RIP
Tutorial
Tags
Topics
Examples
eBooks
Download cmake (PDF)
cmake
Getting started with cmake
Add Directories to Compiler Include Path
Build Configurations
Build Targets
Executables
Libraries
CMake integration in GitHub CI tools
Compile features and C/C++ standard selection
Configure file
Create test suites with CTest
Custom Build-Steps
Functions and Macros
Hierarchical project
Packaging and Distributing Projects
Search and use installed packages, libraries and programs
Test and Debug
Using CMake to configure preproccessor tags
Variables and Properties
cmake
Getting started with cmake
Add Directories to Compiler Include Path
Build Configurations
Build Targets
Executables
Libraries
CMake integration in GitHub CI tools
Compile features and C/C++ standard selection
Configure file
Create test suites with CTest
Custom Build-Steps
Functions and Macros
Hierarchical project
Packaging and Distributing Projects
Search and use installed packages, libraries and programs
Test and Debug
Using CMake to configure preproccessor tags
Variables and Properties
cmake
Build Targets
Syntax
add_executable(target_name [EXCLUDE_FROM_ALL] source1 [source2...])
add_library(lib_name [STATIC|SHARED|MODULE] [EXCLUDE_FROM_ALL] source1 [source2 ...])
Build Targets Related Examples
Executables
Libraries
PDF
- Download
cmake
for free
Previous
Next
This modified text is an extract of the original
Stack Overflow Documentation
created by following
contributors
and released under
CC BY-SA 3.0
This website is not affiliated with
Stack Overflow