.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).