2017-04-03 13:33:48 +02:00
|
|
|
# Summary
|
|
|
|
|
2017-10-18 08:48:28 -04:00
|
|
|
* [An Introduction to Modern CMake](README.md)
|
2017-10-18 10:20:39 -04:00
|
|
|
* [Installing CMake](chapters/installing.md)
|
2017-10-17 15:41:41 -04:00
|
|
|
* [Running CMake](chapters/running.md)
|
2017-10-18 08:48:28 -04:00
|
|
|
|
|
|
|
## Making a CMakeLists
|
|
|
|
|
2017-10-18 09:33:06 -04:00
|
|
|
* [Introduction to the Basics](chapters/basics.md)
|
2017-10-21 22:36:22 -04:00
|
|
|
* [Variables and the Cache](chapters/options.md)
|
2017-10-18 09:33:06 -04:00
|
|
|
* [C++11 and Beyond](chapters/cpp11.md)
|
|
|
|
* [Adding Features](chapters/features.md)
|
|
|
|
* [How to Structure Your Project](chapters/structure.md)
|
2017-10-21 18:03:43 -04:00
|
|
|
* [Including Small Projects](chapters/smallinc.md)
|
2017-10-23 14:37:42 +00:00
|
|
|
* [Including Large Projects (X)](chapters/largeinc.md)
|
|
|
|
* [Running Other Programs (X)](chapters/programs.md)
|
|
|
|
* [Testing (INCOMPLETE)](chapters/testing.md)
|
|
|
|
* [Tidy and Format (X)](chapters/tidy.md)
|
|
|
|
* [IDEs (X)](chapters/IDEs.md)
|
|
|
|
* [Debugging (X)](chapters/debug.md)
|
2018-03-10 21:50:41 +01:00
|
|
|
* [Exporting and Installing](chapters/exporting.md)
|
2017-10-17 15:41:41 -04:00
|
|
|
|
2017-10-18 08:48:28 -04:00
|
|
|
## Specific packages
|
2018-03-01 22:01:04 +01:00
|
|
|
* [CUDA](specifics/CUDA.md)
|
|
|
|
* [OpenMP](specifics/OpenMP.md)
|
2017-10-23 14:37:42 +00:00
|
|
|
* [Boost (X)](specifics/Boost.md)
|
2018-03-01 22:01:04 +01:00
|
|
|
* [MPI](specifics/MPI.md)
|
2018-03-28 21:24:38 +02:00
|
|
|
* [ROOT (INCOMPLETE)](specifics/ROOT.md)
|