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

Ajout de la librairie geotiff

parent b34a9f46
No related branches found
No related tags found
No related merge requests found
......@@ -19,7 +19,7 @@ INSTALL(FILES ${libgeotiff_HDRS_HDRS}
DESTINATION ${OTB_INSTALL_INCLUDE_DIR}/Utilities/otbgeotiff
COMPONENT Development)
INSTALL(FILES ${OTB_BINARY_DIR}/Utilities/otbgeotif/geo_config.h
INSTALL(FILES ${OTB_BINARY_DIR}/Utilities/otbgeotiff/geo_config.h
DESTINATION ${OTB_INSTALL_INCLUDE_DIR}/Utilities/otbgeotiff
COMPONENT Development)
......
......@@ -2,7 +2,6 @@ PROJECT(libxtiff)
FILE(GLOB libxtiff_SRCS "*.c")
FILE(GLOB libxtiff_HDRS "*.h")
ADD_LIBRARY(otbxtiff ${libxtiff_SRCS})
TARGET_LINK_LIBRARIES(otbxtiff)
......@@ -12,6 +11,6 @@ LIBRARY DESTINATION ${OTB_INSTALL_LIB_DIR} COMPONENT RuntimeLibraries
ARCHIVE DESTINATION ${OTB_INSTALL_LIB_DIR} COMPONENT Development)
INSTALL(FILES ${libxtiff_HDRS_HDRS}
DESTINATION ${OTB_INSTALL_INCLUDE_DIR}/Utilities/otbxtiff
DESTINATION ${OTB_INSTALL_INCLUDE_DIR}/Utilities/otbgeotiff/otbxtiff
COMPONENT Development)
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