]> git.cworth.org Git - apitrace/blob - cli/CMakeLists.txt
apitrace: Replace tracedump program with new "apitrace dump" command
[apitrace] / cli / CMakeLists.txt
1 add_executable (apitrace
2   apitrace.cpp
3   apitrace_dump.cpp)
4
5 install (TARGETS apitrace RUNTIME DESTINATION bin)