mirror of
1
0
Fork 0
modern-cmake/SUMMARY.md

38 lines
1.7 KiB
Markdown
Raw Normal View History

2017-04-03 13:33:48 +02:00
# Summary
2017-10-18 14:48:28 +02:00
* [An Introduction to Modern CMake](README.md)
2018-03-30 08:52:05 +02:00
* [Installing CMake](chapters/intro/installing.md)
* [Running CMake](chapters/intro/running.md)
2018-03-30 14:26:33 +02:00
* [Dos and Don'ts](chapters/intro/dodonot.md)
2018-03-30 08:52:05 +02:00
* [What's new in CMake](chapters/intro/newcmake.md)
2017-10-18 15:33:06 +02:00
* [Introduction to the Basics](chapters/basics.md)
2018-03-29 23:40:07 +02:00
* [Variables and the Cache](chapters/basics/variables.md)
* [Programming in CMake (X)](chapters/basics/functions.md)
* [Communicating with your code (X)](chapters/basics/comms.md)
2018-03-30 08:52:05 +02:00
* [How to Structure Your Project](chapters/basics/structure.md)
* [Running Other Programs (X)](chapters/basics/programs.md)
2017-10-18 15:33:06 +02:00
* [Adding Features](chapters/features.md)
2018-03-30 08:52:05 +02:00
* [C++11 and Beyond](chapters/features/cpp11.md)
* [Small but common needs](chapters/features/small.md)
* [Utilities](chapters/features/utilities.md)
* [IDEs](chapters/features/ides.md)
2018-03-30 15:15:37 +02:00
* [Debugging](chapters/features/debug.md)
2018-03-29 19:30:00 +02:00
* [Including Projects](chapters/projects.md)
* [Submodule](chapters/projects/submodule.md)
* [DownloadProject](chapters/projects/download.md)
2018-03-30 15:39:25 +02:00
* [Fetch (CMake 3.11)](chapters/projects/fetch.md)
2018-03-29 19:30:00 +02:00
* [Testing](chapters/testing.md)
* [GoogleTest](chapters/testing/googletest.md)
2018-03-30 15:15:37 +02:00
* [Catch](chapters/testing/catch.md)
2018-03-10 21:50:41 +01:00
* [Exporting and Installing](chapters/exporting.md)
2018-03-30 08:52:05 +02:00
* [Looking for libraries](chapters/packages.md)
* [CUDA](chapters/packages/CUDA.md)
* [OpenMP](chapters/packages/OpenMP.md)
* [Boost](chapters/packages/Boost.md)
2018-03-30 08:52:05 +02:00
* [MPI](chapters/packages/MPI.md)
* [ROOT](chapters/packages/ROOT.md)
2018-03-29 23:40:07 +02:00
* [Simple Example](examples/root-simple/README.md)
* [Simple Example CMake 3.11+](examples/root-simple-3.11/README.md)
* [Dictionary Example](examples/root-dict/README.md)
2017-10-17 21:41:41 +02:00