Cargando…

Mastering CMake: a cross-platform build system : version 3.1

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,...

Descripción completa

Detalles Bibliográficos
Autores principales: Martin, Ken, Hoffman, Bill
Lenguaje:eng
Publicado: Kitware 2015
Materias:
Acceso en línea:http://cds.cern.ch/record/2027837
Descripción
Sumario: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.