CMake is an open-source build tool enabling collaboration among software developers working on distinct platforms by using a common build specification to drive their native build tools. Mastering CMake explains how to use t...

Buy Now From Amazon

Product Review

CMake is an open-source build tool enabling collaboration among software developers working on distinct platforms by using a common build specification to drive their native build tools. Mastering CMake explains how to use the CMake suite of tools, including CTest and CPack, to develop, build, test, and package software for distribution. It covers use of the command-line and GUI tools on Linux (UNIX), Microsoft Windows, and Mac OS X. This book also contains a guide for converting projects to CMake and writing CMake code to specify build rules to compile sources, create static and shared libraries, link executables, run custom commands, run tests, and install artifacts. It also includes a copy of key portions of the official reference documentation.

Similar Products

CMake Cookbook: Building, testing, and packaging modular software with modern CMakeEffective Modern C++: 42 Specific Ways to Improve Your Use of C++11 and C++14An Introduction to GCC: For the GNU Compilers GCC and G++C++ Templates: The Complete Guide (2nd Edition)C++ Concurrency in ActionThe Linux Programming Interface: A Linux and UNIX System Programming HandbookLearning Python, 5th EditionThe C++ Programming Language, 4th EditionLearning the bash Shell: Unix Shell Programming (In a Nutshell (O'Reilly))A Tour of C++ (2nd Edition) (C++ In-Depth Series)