aboutsummaryrefslogtreecommitdiff
path: root/lib/libexif/CMakeLists.txt
blob: 80cee257343404d715a130aa1c7ede93b5b19f7c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
set(SOURCES ExifParse.cpp
            IptcParse.cpp
            JpegParse.cpp
            libexif.cpp)

set(HEADERS ExifParse.h
            IptcParse.h
            JpegParse.h
            libexif.h)

core_add_shared_library(exif WRAPPED)
target_compile_definitions(exif PRIVATE _LINUX _DLL)
set_target_properties(exif PROPERTIES FOLDER lib)
source_group_by_folder(exif)