1
0
mirror of synced 2024-06-03 03:08:10 +02:00
modern-cmake/chapters/features.md
Henry Fredrick Schreiner 6fda3e2328 Better internal structure
2018-03-30 08:53:16 +02:00

224 B

Adding features

This section covers adding common features to your CMake project. You'll learn how to add a variety of options commonly needed in C++ projects, like C++11 support, as well as how to support IDEs and more.