X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=retrace%2FCMakeLists.txt;h=c6a364f30f42f66a6fdb92f7eda432dff52fef65;hb=9db16b3989481f8d6dfc8932d760fcc16217ecbd;hp=5a2a6088d5da9decd77c81af7182b1c3031c81ed;hpb=17a4541d67c73d413c9e8f8751cd9c2573933aef;p=apitrace diff --git a/retrace/CMakeLists.txt b/retrace/CMakeLists.txt index 5a2a608..c6a364f 100644 --- a/retrace/CMakeLists.txt +++ b/retrace/CMakeLists.txt @@ -6,6 +6,7 @@ include_directories ( ${CMAKE_SOURCE_DIR}/helpers ${CMAKE_BINARY_DIR}/dispatch ${CMAKE_SOURCE_DIR}/dispatch + ${CMAKE_SOURCE_DIR}/image ) add_definitions (-DRETRACE) @@ -39,8 +40,8 @@ add_library (retrace_common STATIC json.cpp ) target_link_libraries (retrace_common + image common - ${PNG_LIBRARIES} ${ZLIB_LIBRARIES} ${SNAPPY_LIBRARIES} ${GETOPT_LIBRARIES}