Toggle navigation
心若天府
Archives
Categories
Tags
About
cmake-定义全局变量
1
set
(UTEST_LIBRARIES
${ARGN}
CACHE INTERNAL
"UTEST_LIBRARIES"
)
参考
http://stackoverflow.com/questions/10031953/how-to-set-the-global-variable-in-a-function-for-cmake
http://www.cmake.org/cmake/help/v3.0/command/set.html
上一页
Archive
下一页
留言
2015-01-21
cmake
8
cmake
11
全局变量
1
▲