.CMAKE File Extension
CMake File
Developer | Kitware |
Popularity |
3.4 | 7 Votes |
Category | Developer Files |
Format | Text |
What is a CMAKE file?
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).