File tree Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ Use an industry standard widely accepted build tool. This prevents you from rein
22
22
* Utilize: https://cmake.org/cmake/help/v3.6/command/target_compile_features.html for C++ standard flags
23
23
* Consider: https://github.com/cheshirekow/cmake_format for automatic formatting of your CMakeLists.txt
24
24
* See the [ Further Reading] ( 10-Further_Reading.md ) section for CMake specific best practices
25
+ * ` cmake --build ` provides a common interface for compiling your project regardless of platform
25
26
* [ Waf] ( https://waf.io/ )
26
27
* [ FASTBuild] ( http://www.fastbuild.org/ )
27
28
* [ Ninja] ( https://ninja-build.org/ ) - can greatly improve the incremental build time of your larger projects. Can be used as a target for CMake.
You can’t perform that action at this time.
0 commit comments