diff options
Diffstat (limited to 'cli/CMakeLists.txt')
-rw-r--r-- | cli/CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/cli/CMakeLists.txt b/cli/CMakeLists.txt new file mode 100644 index 00000000..87721798 --- /dev/null +++ b/cli/CMakeLists.txt @@ -0,0 +1,3 @@ +add_executable (apitrace apitrace.cpp) + +install (TARGETS apitrace RUNTIME DESTINATION bin) |