.CMAKE 文件扩展名
CMake File
| 开发者 | Kitware |
| 受欢迎程度 |
3.8 | 9 票 |
什么是 CMAKE 文件?
A CMAKE file is a CMake language source file used by CMake, a collection of tools designed to build, test, and package software. The file may contain a script or module written in the CMake language. CMake Language source files are organized into "Directories" (CMakeLists.txt), "Scripts" (script.cmake), and "Modules" (module.cmake).