mirror of
1
0
Fork 0

Adding link to Let's do CMake right

This commit is contained in:
Henry Fredrick Schreiner 2018-04-04 14:37:45 +02:00
parent d2c2c1b78d
commit 56a8c21204
1 changed files with 2 additions and 0 deletions

View File

@ -74,9 +74,11 @@ This book tries to solve the problem of the poor examples and best practices tha
* [Effective Modern CMake](https://gist.github.com/mbinna/c61dbb39bca0e4fb7d1f73b0d66a4fd1): A great list of do's and don'ts.
* [Embracing Modern CMake][Modern CMake]: A post with good description of the term
* [It's time to do CMake Right](https://pabloariasal.github.io/2018/02/19/its-time-to-do-cmake-right/)
[^1]: CMake 3.0 also removed several long deprecated features from very old versions of CMake and make one very tiny backwards incompatible change to syntax related to square brackets, so this is not entirely fair; there might be some very, very old CMake files that would stop working with 3. I've never seen one, though.
[Modern CMake]: https://steveire.wordpress.com/2017/11/05/embracing-modern-cmake/