如何在CMakeLists.txt文件中某个位置的作用域中打印所有可用功能?

时间:2019-01-23 21:29:04

标签: cmake cmake-language

我想知道如何在CMakeLists.txt文件中的某个位置列出所有可用的cmake函数。

我找到了变量的这种解决方案:

CMAKE: Print out all accessible variables in a script

但是它依赖于cmake属性[1] VARIABLESMACROS有一个属性,而FUNCTIONS没有一个属性,因此我无法适应此解决方案。

[1] https://cmake.org/cmake/help/latest/manual/cmake-properties.7.html#manual:cmake-properties(7)

0 个答案:

没有答案