Tags
Language
Tags
April 2024
Su Mo Tu We Th Fr Sa
31 1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 1 2 3 4

Mastering CMake

Posted By: tukotikko
Mastering CMake

Mastering CMake By Ken Martin, Bill Hoffman
2010 | 464 Pages | ISBN: 193093422X | PDF | 49 MB


CMake is the premier cross-platform build system for complex software systems. CMake generates native makefiles and workspaces that can be used in the compiler environment of your choice. CMake is both sophisticated and easy to use: it is possible to support complex environments requiring system configuration, compiler feature detection, pre-processor generation, code generation, and template instantiation using simple platform and compiler independent configuration files. CMake supports testing and is integrated with the DART regression testing system. CMake is used by many large and complex systems including VTK, The Visualization Toolkit, and ITK, The Insight Segmentation and Registration Toolkit.