]> git.cworth.org Git - apitrace/blob - cli/CMakeLists.txt
Add a top-level apitrace program.
[apitrace] / cli / CMakeLists.txt
1 add_executable (apitrace apitrace.cpp)
2
3 install (TARGETS apitrace RUNTIME DESTINATION bin)