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