aras-p / ClangBuildAnalyzer

Clang build analysis tool using -ftime-trace
The Unlicense
1.02k stars 65 forks source link

Add install step #64

Closed Warchant closed 3 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/.