CMake
Edit CMakeList.txt To Install Files By CMake
For Unix system, we always use the command make install to put executables or existing files in the right directory. Cmake uses different variables to identify targets which will be installed. Target Variable executables RUNTIME dynamic link libraries LIBRARY static link libraries ARCHIVE macosx_bundle BUNDLE For install results of building project, relevant Read more…