X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=cli%2FCMakeLists.txt;h=e7b8330b49bea81a36a23ee29ac93fee3fd14031;hb=c97429637875c103a3dcf082df01f8597d0ed145;hp=af99f57aaa06c3ad17caca0822a7be31dd31304d;hpb=baee57937dcb8acefd86f1b0edf3a6dfa96c047a;p=apitrace diff --git a/cli/CMakeLists.txt b/cli/CMakeLists.txt index af99f57..e7b8330 100644 --- a/cli/CMakeLists.txt +++ b/cli/CMakeLists.txt @@ -12,6 +12,10 @@ add_executable (apitrace ) target_link_libraries (apitrace + common + ${PNG_LIBRARIES} + ${ZLIB_LIBRARIES} + ${SNAPPY_LIBRARIES} ${GETOPT_LIBRARIES} )