added "Easily supporting CMake install and find_package()" by Jonathan Müller

This commit is contained in:
Viktor Kirilov
2018-02-05 15:23:14 +02:00
committed by GitHub
parent da9ecab860
commit 916f465856

View File

@@ -33,7 +33,8 @@ Your contributions are highly welcome (first see [CONTRIBUTING.md](CONTRIBUTING.
* [Webinars](https://cmake.org/webinars/)
* [CGold](https://github.com/ruslo/CGold) - The Hitchhikers [Guide](https://cgold.readthedocs.io) to the CMake. [```[BSD2]```][BSD-2-Clause]
* [Modern CMake](https://github.com/toeb/moderncmake) - Modern CMake **PDF** and samples by the creator of [cmakepp](https://github.com/toeb/cmakepp). [```[MIT]```][MIT]
* [Article - Easy dependency management for C++ with CMake and Git](https://foonathan.github.io/blog/2016/07/07/cmake-dependency-handling.html).
* [Article - Easily supporting CMake install and find_package()](http://foonathan.net/blog/2016/03/03/cmake-install.html).
* [Article - Easy dependency management for C++ with CMake and Git](http://foonathan.net/blog/2016/07/07/cmake-dependency-handling.html).
* [Article - Opt-in header-only libraries with CMake](https://steveire.wordpress.com/2016/08/09/opt-in-header-only-libraries-with-cmake/).
* [Article - Ultimate Guide to Modern CMake](https://rix0r.nl/blog/2015/08/13/cmake-guide/).
* [Article - A list of common CMake antipatterns (from 2013 but still relevant)](http://voices.canonical.com/jussi.pakkanen/2013/03/26/a-list-of-common-cmake-antipatterns/).