X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=CMakeLists.txt;h=e31cb54fe51a1a7b522f252dd6a81b801098172f;hb=042cfaf61ae46975dd2787031540ddf34c75b2d1;hp=961e73e84607be664dcb548e34d7240f3f52a3ef;hpb=bd4937e47675d600b13174773dc05ab1129c266b;p=apitrace diff --git a/CMakeLists.txt b/CMakeLists.txt index 961e73e..e31cb54 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -206,8 +206,6 @@ set (PNG_DEFINITIONS "") set (PNG_LIBRARIES png_bundled) add_subdirectory (thirdparty/libpng EXCLUDE_FROM_ALL) -include_directories (${PNG_INCLUDE_DIR}) -add_definitions (${PNG_DEFINITIONS}) if (MSVC) add_subdirectory (thirdparty/getopt EXCLUDE_FROM_ALL) @@ -320,13 +318,7 @@ add_library (common STATIC common/trace_writer_local.cpp common/trace_writer_model.cpp common/trace_loader.cpp - common/trace_resource.cpp - common/trace_tools_trace.cpp common/trace_profiler.cpp - common/image.cpp - common/image_bmp.cpp - common/image_pnm.cpp - common/image_png.cpp common/trace_option.cpp common/${os} ) @@ -350,6 +342,7 @@ endif () add_subdirectory (dispatch) add_subdirectory (helpers) add_subdirectory (wrappers) +add_subdirectory (image) add_subdirectory (retrace)