8000 Add note on cmake --build · dev-89/cppbestpractices@54e2a3b · GitHub
[go: up one dir, main page]

Skip to content

Commit 54e2a3b

Browse files
authored
Add note on cmake --build
1 parent 5d2c6d2 commit 54e2a3b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

02-Use_the_Tools_Available.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ Use an industry standard widely accepted build tool. This prevents you from rein
2222
* Utilize: https://cmake.org/cmake/help/v3.6/command/target_compile_features.html for C++ standard flags
2323
* Consider: https://github.com/cheshirekow/cmake_format for automatic formatting of your CMakeLists.txt
2424
* 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
2526
* [Waf](https://waf.io/)
2627
* [FASTBuild](http://www.fastbuild.org/)
2728
* [Ninja](https://ninja-build.org/) - can greatly improve the incremental build time of your larger projects. Can be used as a target for CMake.

0 commit comments

Comments
 (0)
0