Skip to content

Commit

Permalink
Fix Windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinbackhouse committed Aug 21, 2021
1 parent 9838379 commit 468c80f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -173,8 +173,8 @@ target_include_directories(exiv2lib SYSTEM PRIVATE
$<BUILD_INTERFACE:${PROJECT_SOURCE_DIR}/xmpsdk/include>
)

target_include_directories(exiv2lib_int PRIVATE ${EXPAT_INCLUDE_DIR})
target_link_libraries(exiv2lib_int PRIVATE ${EXPAT_LIBRARIES})
target_include_directories(exiv2lib PRIVATE ${EXPAT_INCLUDE_DIR})
target_link_libraries(exiv2lib PRIVATE ${EXPAT_LIBRARIES})

if (EXIV2_ENABLE_XMP)
target_link_libraries(exiv2lib PRIVATE exiv2-xmp)
Expand Down

0 comments on commit 468c80f

Please sign in to comment.