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

24 lines
757 B
Markdown
Raw Normal View History

2017-04-03 13:33:48 +02:00
# Summary
* [Introduction](README.md)
2017-10-17 21:41:41 +02:00
## Making a CMakeLists
* [Installing CMake](chapters/install.md)
* [Running CMake](chapters/running.md)
* [Introduction to the basics](chapters/basics.md)
* [Adding features (like C++11)](chapters/features.md)
* [How to structure your project](chapters/structure.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)
## Specific use cases
* [CUDA](specifics/CUDA.md)
* [OpenMP](specifics/OpenMP.md)
* [Boost](specifics/Boost.md)
* [MPI](specifics/MPI.md)
* [ROOT](specifics/ROOT.md)