CMake必知必会

CMake 文档

https://cmake.org/cmake/help/v3.7/index.html

需要阅读的文档

item note link
cmake-buildsystem(7) cmake构建系统介绍 https://cmake.org/cmake/help/v3.7/manual/cmake-buildsystem.7.html
cmake-commands(7) cmake内置命令,必须要看 https://cmake.org/cmake/help/v3.7/manual/cmake-commands.7.html
cmake-generators(7) cmake的构建生成器介绍,如果要跨平台,可以看看 https://cmake.org/cmake/help/v3.7/manual/cmake-generators.7.html
cmake-language(7) cmake语法知识,需要看 https://cmake.org/cmake/help/v3.7/manual/cmake-language.7.html
cmake-properties(7) cmake内置的属性,需要看 https://cmake.org/cmake/help/v3.7/manual/cmake-properties.7.html
cmake-toolchains(7) cmake对编译链的支持 https://cmake.org/cmake/help/v3.7/manual/cmake-toolchains.7.html#cross-compiling-for-linux
cmake-variables(7) cmake内置的变量,需要看 https://cmake.org/cmake/help/v3.7/manual/cmake-variables.7.html
posted @ 2017-10-22 09:39  stonehat  阅读(575)  评论(0编辑  收藏  举报