mirror of
1
0
Fork 0
modern-cmake/chapters/features.md

4 lines
224 B
Markdown
Raw Normal View History

2018-03-30 08:52:05 +02:00
# Adding features
2018-03-30 08:52:05 +02:00
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.