Skip to content

Commit

Permalink
Link exiv2 into analysis library
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Nov 12, 2018
1 parent e0c79c4 commit 62495c0
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/analysis/CMakeLists.txt
Expand Up @@ -335,6 +335,7 @@ INCLUDE_DIRECTORIES(SYSTEM
${GEOS_INCLUDE_DIR}
${GDAL_INCLUDE_DIR}
${SQLITE3_INCLUDE_DIR}
${EXIV2_INCLUDE_DIR}
)

IF(HAVE_OPENCL)
Expand Down Expand Up @@ -392,7 +393,11 @@ IF (NOT ANDROID)
)
ENDIF (NOT ANDROID)

TARGET_LINK_LIBRARIES(qgis_analysis qgis_core)
TARGET_LINK_LIBRARIES(
qgis_analysis
qgis_core
${EXIV2_LIBRARY}
)

IF(HAVE_OPENCL)
TARGET_LINK_LIBRARIES(qgis_analysis ${OpenCL_LIBRARIES})
Expand Down

0 comments on commit 62495c0

Please sign in to comment.