Skip to content
Snippets Groups Projects
Commit 9597c137 authored by Julien Michel's avatar Julien Michel
Browse files

Ajout de la librairie geotiff

parent 6c3056c2
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@ PROJECT(libgeotiff)
FILE(GLOB libgeotiff_SRCS "*.c")
FILE(GLOB libgeotiff_HDRS "*.h")
CONFIGURE_FILE(geo_config.h.in geo_config.h)
CONFIGURE_FILE(geo_config.h.in ${OTB_BINARY_DIR}/Utilities/otbgeotif/geo_config.h)
ADD_LIBRARY(otbgeotiff ${libgeotiff_SRCS})
TARGET_LINK_LIBRARIES(otbgeotiff)
......@@ -17,4 +17,8 @@ INSTALL(FILES ${libgeotiff_HDRS_HDRS}
DESTINATION ${OTB_INSTALL_INCLUDE_DIR}/Utilities/otbgeotiff
COMPONENT Development)
INSTALL(FILES ${OTB_BINARY_DIR}/Utilities/otbgeotif/geo_config.h)
DESTINATION ${OTB_INSTALL_INCLUDE_DIR}/Utilities/otbgeotiff
COMPONENT Development)
SUBDIRS(libxtiff)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment