cmake官方文档-相关概念
时间:2021-02-19 23:46:15
收藏:0
阅读:32
1. listfile (列表文件,即CMakeLists.txt
)
https://cmake.org/cmake/help/v3.19/manual/cmake-gui.1.html
CMake is a cross-platform build system generator. Projects specify their build process with platform-independent CMake listfiles included in each directory of a source tree with the name CMakeLists.txt
.
原文:https://www.cnblogs.com/3d-gis/p/14418326.html
评论(0)