CMake: Installing a Project
Introduction: This note will introduce some basic concepts through a small project, which will also be used in later notes. Installing files, libraries, and executables is a very basic task, but it can also bring some issues. This note demonstrates how to effectively avoid these problems using CMake. ✦ Project Structure ✦ ├── CMakeLists.txt ├── … Read more