How to compile, install, and use custom libraries with CMake
In this article, we will look at how we can use CMake to compile and install a library we have developed, be it a static, dynamic, or header-only library. We look at all the steps we need to take to make the installation successful, which will contain steps to automatically generate files that other projects …
How to compile, install, and use custom libraries with CMake Read More »