X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=CMakeLists.txt;fp=CMakeLists.txt;h=e31cb54fe51a1a7b522f252dd6a81b801098172f;hb=e7102bf755210f9e215fb048b637dda6bab96334;hp=1c4094f6357730dd85351a000b8b3807fa1aa912;hpb=8e27804d29abfa3a7cd8630aaa3394677c8a3844;p=apitrace diff --git a/CMakeLists.txt b/CMakeLists.txt index 1c4094f..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) @@ -321,10 +319,6 @@ add_library (common STATIC common/trace_writer_model.cpp common/trace_loader.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} ) @@ -348,6 +342,7 @@ endif () add_subdirectory (dispatch) add_subdirectory (helpers) add_subdirectory (wrappers) +add_subdirectory (image) add_subdirectory (retrace)