]> git.cworth.org Git - apitrace/blob - cli/CMakeLists.txt
Mac OS X: Fix getProcessName() to avoid assertion failure in truncate
[apitrace] / cli / CMakeLists.txt
1 add_executable (apitrace
2     cli_main.cpp
3     cli_dump.cpp
4 )
5
6 install (TARGETS apitrace RUNTIME DESTINATION bin)