linking against exiv2lib to fix link problems
This commit is contained in:
parent
8933bd9c3b
commit
87f0152fbe
@ -1,14 +1,11 @@
|
||||
|
||||
add_executable(big_tiff_parser
|
||||
parse.cpp
|
||||
|
||||
#
|
||||
${CMAKE_SOURCE_DIR}/src/basicio.cpp
|
||||
${CMAKE_SOURCE_DIR}/src/image.cpp
|
||||
${CMAKE_SOURCE_DIR}/src/types.cpp
|
||||
)
|
||||
|
||||
target_include_directories(big_tiff_parser PRIVATE
|
||||
${CMAKE_SOURCE_DIR}/include/exiv2
|
||||
${CMAKE_SOURCE_DIR}/src
|
||||
)
|
||||
|
||||
target_link_libraries(big_tiff_parser PRIVATE exiv2lib)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user