X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=cli%2FCMakeLists.txt;h=c25b4ce793f44c7ecc2e25ceed33853362c5d9e3;hb=bd5e1649f9c658ddfa3090ec70fb3f741a6ded76;hp=8772179867fdd473f9e7d79cc14b89723e886868;hpb=6d543afe148f670ac4b1a9dde61b9dc7cdab955c;p=apitrace diff --git a/cli/CMakeLists.txt b/cli/CMakeLists.txt index 8772179..c25b4ce 100644 --- a/cli/CMakeLists.txt +++ b/cli/CMakeLists.txt @@ -1,3 +1,5 @@ -add_executable (apitrace apitrace.cpp) +add_executable (apitrace + apitrace.cpp + apitrace_dump.cpp) install (TARGETS apitrace RUNTIME DESTINATION bin)