10-cmake语法-CMakeParseArguments

include(CMakeParseArguments)

是为了使用 cmake_parse_arguments(),看样子是用来解析输入参数的。

给出参考:

https://cmake.org/pipermail/cmake/2012-October/052443.html

https://cmake.org/cmake/help/v3.0/module/CMakeParseArguments.html

原文地址:https://www.cnblogs.com/alexYuin/p/8877179.html