]> git.cworth.org Git - apitrace/blob - cli/CMakeLists.txt
Change non-executable install directories to include an "apitrace" component
[apitrace] / cli / CMakeLists.txt
1 add_executable (apitrace
2     cli_main.cpp
3     cli_dump.cpp
4 )
5
6 install (TARGETS apitrace RUNTIME DESTINATION bin)