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

30 lines
971 B
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)
2017-10-18 16:20:39 +02:00
* [Installing CMake](chapters/installing.md)
2017-10-17 21:41:41 +02:00
* [Running CMake](chapters/running.md)
2017-10-18 14:48:28 +02:00
## Making a CMakeLists
2017-10-18 15:33:06 +02:00
* [Introduction to the Basics](chapters/basics.md)
* [~~Variables and the Options Cache~~](chapters/options)
2017-10-18 15:33:06 +02:00
* [C++11 and Beyond](chapters/cpp11.md)
* [Adding Features](chapters/features.md)
* [How to Structure Your Project](chapters/structure.md)
* [~~Configuration Information~~](chapters/configure.md)
* [~~Including Small Projects~~](chapters/smallinc.md)
* [~~Including Large Projects~~](chapters/largeinc.md)
* [~~Running Other Programs~~](chapters/programs.md)
* [~~Testing~~](chapters/testing.md)
* [~~Tidy and Format~~](chapters/testing.md)
* [~~IDEs~~](chapters/IDEs.md)
* [~~Debugging~~](chapters/IDEs.md)
2017-10-17 21:41:41 +02:00
2017-10-18 14:48:28 +02:00
## Specific packages
* [~~CUDA~~](specifics/CUDA.md)
* [~~OpenMP~~](specifics/OpenMP.md)
* [~~Boost~~](specifics/Boost.md)
* [~~MPI~~](specifics/MPI.md)
* [~~ROOT~~](specifics/ROOT.md)