This website requires JavaScript.
Explore
Help
Sign In
docs
/
modern-cmake
Watch
1
Star
0
Fork
0
You've already forked modern-cmake
mirror of
synced
2024-12-22 20:50:00 +01:00
Code
Issues
Releases
Wiki
Activity
modern-cmake
/
SUMMARY.md
Henry Fredrick Schreiner
9d05002153
Adding cpack chapter
2018-03-31 08:12:42 +02:00
1.9 KiB
Raw
Blame
History
Summary
An Introduction to Modern CMake
Installing CMake
Running CMake
Dos and Don'ts
What's new in CMake
Introduction to the Basics
Variables and the Cache
Programming in CMake (X)
Communicating with your code (X)
How to Structure Your Project
Running Other Programs (X)
Adding Features
C++11 and Beyond
Small but common needs
Utilities
IDEs
Debugging
Including Projects
Submodule
DownloadProject
Fetch (CMake 3.11)
Testing
GoogleTest
Catch
Exporting and Installing
Installing
Exporting
Packaging
Looking for libraries
CUDA
OpenMP
Boost
MPI
ROOT
Simple Example
Simple Example CMake 3.11+
Dictionary Example