]> git.cworth.org Git - apitrace/blob - cli/CMakeLists.txt
cli: Add a new "apitrace diff" command.
[apitrace] / cli / CMakeLists.txt
1 add_executable (apitrace
2     cli_main.cpp
3     cli_diff.cpp
4     cli_dump.cpp
5     cli_trace.cpp
6 )
7
8 install (TARGETS apitrace RUNTIME DESTINATION bin)