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