Skip to content

Commit

Permalink
Merge pull request #1565 from Exiv2/fix_1516_include_path
Browse files Browse the repository at this point in the history
fix_1516_include_path
  • Loading branch information
kevinbackhouse authored Aug 10, 2021
2 parents dcb65d9 + c82c4d0 commit ced25a5
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 @@ -78,6 +78,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 ced25a5

Please sign in to comment.