cmake官方文档-相关概念
时间:2021-02-20 12:32:02
收藏:0
阅读:0
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
.
评论(0)