CMake Best Practices | Packt
www.packtpub.com › product › cmake-best-practicesCMake Best Practices. By Dominik Berner , Mustafa Kemal Gilor. $5/mo for 5 months Subscribe Access now. Print Pre-Order. €23.99 eBook Pre-Order. Advance your knowledge in tech with a Packt subscription. Instant online access to over 7,500+ books and videos. Constantly updated with 100+ new titles each month.
Effective Modern CMake · GitHub
gist.github.com › mbinna › c61dbb39bca0e4fb7d1f73b0dMar 04, 2022 · Don’t fall back to the old CMake style of using variables defined by external packages. Use the exported targets via target_link_libraries instead. Use a find module for third-party libraries that do not support clients to use CMake. CMake provides a collection of find modules for third-party libraries. For example, Boost doesn't support CMake.