CMake customization points, how to configure your project?
Apr 10, 2020#
cmake, tutorial, C++, buildsystem
After covering CMake basics, we now dive deeper. Learn how to configure and add customization points to your project!CMake basics, how does one write a good CMake project?
Mar 16, 2020#
cmake, tutorial, C++, buildsystem
How does one write a good CMake project? We answer this question to make it easier for everyone to integrate any library in a project.