aras-p / ClangBuildAnalyzer

Clang build analysis tool using -ftime-trace
The Unlicense
969 stars 60 forks source link

Add install step #64

Closed Warchant closed 2 years ago

Warchant commented 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/.