Skip to content

Commit

Permalink
Merge pull request #1866 from Exiv2/mergify/bp/0.27-maintenance/pr-1565
Browse files Browse the repository at this point in the history
fix_1516_include_path (backport #1565)
  • Loading branch information
clanmills authored Aug 10, 2021
2 parents 269f3d7 + 7b0b7e2 commit 1e92a40
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions samples/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,8 @@ if( EXPAT_FOUND )
exiv2-xmp
${EXPAT_LIBRARIES}
)
target_include_directories(geotag PRIVATE ${CMAKE_BINARY_DIR}) # exv_conf.h
target_include_directories(geotag PRIVATE ${CMAKE_SOURCE_DIR}/include) # <exiv2/exiv2.hpp>
target_include_directories(geotag PRIVATE ${EXPAT_INCLUDE_DIR})
target_include_directories(geotag PRIVATE ${CMAKE_SOURCE_DIR}/src) # To find unused.h

Expand Down

0 comments on commit 1e92a40

Please sign in to comment.