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-11-05 12:38:54 +01:00
Code
Issues
Releases
Wiki
Activity
0e2f838a99
modern-cmake
/
SUMMARY.md
Henry Fredrick Schreiner
9e4822b373
Adding fetch information
2018-03-30 15:39:25 +02:00
1.7 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
Looking for libraries
CUDA
OpenMP
Boost
MPI
ROOT
Simple Example
Simple Example CMake 3.11+
Dictionary Example