Closed Warchant closed 3 years ago
This change adds new cmake target install, which installs binary into OS. Default location is ${CMAKE_INSTALL_PREFIX}/bin/ClangBuildAnalyzer and CMAKE_INSTALL_PREFIX is usually /usr/local/.
install
${CMAKE_INSTALL_PREFIX}/bin/ClangBuildAnalyzer
CMAKE_INSTALL_PREFIX
/usr/local/
This change adds new cmake target
install
, which installs binary into OS. Default location is${CMAKE_INSTALL_PREFIX}/bin/ClangBuildAnalyzer
andCMAKE_INSTALL_PREFIX
is usually/usr/local/
.