Difference between revisions of "CMake"
Jump to navigation
Jump to search
Moskalenko (talk | contribs) m (Text replace - "<!--Run-->" to "==System Variables== * HPC_{{#uppercase:{{#var:app}}}}_DIR - installation directory <!--Run--> ") |
Moskalenko (talk | contribs) |
||
Line 28: | Line 28: | ||
===Serial=== | ===Serial=== | ||
*{{#var:app}} | *{{#var:app}} | ||
− | + | ==System Variables== | |
+ | * HPC_{{#uppercase:{{#var:app}}}}_DIR - installation directory | ||
* HPC_CMAKE_BIN - executable directory | * HPC_CMAKE_BIN - executable directory | ||
* HPC_CMAKE_DOC - documentation directory | * HPC_CMAKE_DOC - documentation directory | ||
* HPC_CMAKE_INC - includes directory | * HPC_CMAKE_INC - includes directory | ||
− | |||
− | |||
<!--Run--> | <!--Run--> | ||
− | |||
{{#if: {{#var: exe}}|==How To Run== | {{#if: {{#var: exe}}|==How To Run== | ||
DOUBLE_CLICK_TO_WRITE_INSTRUCTIONS_ON_RUNNING_THE_ACTUAL_BINARY | DOUBLE_CLICK_TO_WRITE_INSTRUCTIONS_ON_RUNNING_THE_ACTUAL_BINARY |
Revision as of 18:06, 10 August 2012
Description
CMake is a cross-platform, open-source build system. CMake is a family of tools designed to build, test and package software. CMake is used to control the software compilation process using simple platform and compiler independent configuration files. CMake generates native makefiles and workspaces that can be used in the compiler environment of your choice.
Required Modules
Serial
- cmake
System Variables
- HPC_{{#uppercase:cmake}}_DIR - installation directory
- HPC_CMAKE_BIN - executable directory
- HPC_CMAKE_DOC - documentation directory
- HPC_CMAKE_INC - includes directory