mirror of
1
0
Fork 0

Adding link to More Modern CMake video

This commit is contained in:
Henry Fredrick Schreiner 2019-02-28 14:29:47 +01:00
parent 4f6e9e77d6
commit 6de6e33ff5
1 changed files with 1 additions and 0 deletions

View File

@ -80,6 +80,7 @@ There are some other places to find good information on the web. Here are some o
* [Embracing Modern CMake](https://steveire.wordpress.com/2017/11/05/embracing-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/): A nice set of best practices for Modern CMake projects.
* [The Ultimate Guide to Modern CMake](https://rix0r.nl/blog/2015/08/13/cmake-guide/): A slightly dated post with similar intent.
* [More Modern CMake](https://youtu.be/y7ndUhdQuU8): A great presentation from Meeting C++ 2018 that recommends CMake 3.12+. This talk makes calls CMake 3.0+ "Modern CMake" and CMake 3.12+ "More Modern CMake".
## Credits