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
bb211260ae
modern-cmake
/
SUMMARY.md
Takahiro Ueda
82bc4b067c
fix: minor typos
2020-08-20 16:40:08 +09:00
2.1 KiB
Raw
Blame
History
Summary
An Introduction to Modern CMake
Installing CMake
Running CMake
Do's and Don'ts
What's new in CMake
Introduction to the Basics
Variables and the Cache
Programming in CMake
Communicating with your code
How to Structure Your Project
Running Other Programs
A Simple Example
Adding Features
C++11 and Beyond
Small but common needs
Utilities
Useful modules
IDEs
Debugging
Including Projects
Submodule
DownloadProject
Fetch (CMake 3.11)
Testing
GoogleTest
Catch
Exporting and Installing
Installing
Exporting
Packaging
Looking for Libraries (Packages)
CUDA
OpenMP
Boost
MPI
ROOT
UseFile Example
Simple Example
Dictionary Example
Minuit2