]> git.cworth.org Git - apitrace/blob - cli/CMakeLists.txt
fc52527dfc91996a5a48a607edba38907a336a1a
[apitrace] / cli / CMakeLists.txt
1 add_executable (apitrace
2     cli_main.cpp
3     cli_dump.cpp
4     cli_trace.cpp
5 )
6
7 install (TARGETS apitrace RUNTIME DESTINATION bin)