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
ebc704f4c9
modern-cmake
/
SUMMARY.md
Henry Fredrick Schreiner
ebc704f4c9
Adding several more chapters, and placeholders.
2018-03-30 10:58:51 +02:00
1.7 KiB
Raw
Blame
History
Summary
An Introduction to Modern CMake
Installing CMake
Running CMake
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 (X)
Including Projects
Submodule
DownloadProject
Fetch (CMake 3.11)
Testing
GoogleTest
Catch (X)
Exporting and Installing
Looking for libraries
CUDA
OpenMP
Boost
MPI
ROOT
Simple Example
Simple Example CMake 3.11+
Dictionary Example