What is a CMAKE file?
A CMAKE file is a project file created by the open-source, cross-platform tool CMake. It contains source script in the CMake language for the entire program. CMake tool uses programming scripts, known as CMakeLists, to generate build files for a specific environment such as makefiles Unix machine. Scripts and modules used by the CMake project are organized as script.cmake and module.cmake that are referenced in the project.