Difference between revisions of "HPC:CMake"

From HPC wiki
(Created page with "=== CMake === CMake is a cross-platform, open-source build system generator. For full documentation visit the [https://cmake.org/ '''CMake Home Page'''] and the [https://cma...")
 
Line 2: Line 2:
 
CMake is a cross-platform, open-source build system generator.  
 
CMake is a cross-platform, open-source build system generator.  
  
For full documentation visit the [https://cmake.org/ '''CMake Home Page'''] and the [https://cmake.org/documentation '''CMake Documentation Page'''. The [https://gitlab.kitware.com/cmake/community/-/wikis/home '''CMake Community Wiki'''] also references useful guides and recipes.
+
For full documentation visit the [https://cmake.org/ '''CMake Home Page'''] and the [https://cmake.org/documentation '''CMake Documentation Page''']. The [https://gitlab.kitware.com/cmake/community/-/wikis/home '''CMake Community Wiki'''] also references useful guides and recipes.
 
   
 
   
 
==== Usage ====
 
==== Usage ====

Revision as of 13:24, 24 August 2021

CMake

CMake is a cross-platform, open-source build system generator.

For full documentation visit the CMake Home Page and the CMake Documentation Page. The CMake Community Wiki also references useful guides and recipes.

Usage