
Function introduction
CMake can compile source code, create libraries, generate adapters (wrappers), and build executable files in any order. CMake supports in-place construction (binary files and source code are in the same directory tree) and out-of-place construction (binary files are in other directories), so multiple binaries can be easily built from the same source code directory tree. CMake also supports the construction of static and dynamic libraries.




















Useful
Useful
Useful