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

Ajout de la jpeg2000 factory

parent 87b64c94
Branches
Tags
No related merge requests found
...@@ -3,8 +3,8 @@ ...@@ -3,8 +3,8 @@
FILE(GLOB OTBIO_SRCS "*.cxx" ) FILE(GLOB OTBIO_SRCS "*.cxx" )
#PROVISOIRE #PROVISOIRE
LIST(REMOVE_ITEM OTBIO_SRCS "${CMAKE_CURRENT_SOURCE_DIR}/otbJPEG2000ImageIO.cxx" ) #LIST(REMOVE_ITEM OTBIO_SRCS "${CMAKE_CURRENT_SOURCE_DIR}/otbJPEG2000ImageIO.cxx" )
LIST(REMOVE_ITEM OTBIO_SRCS "${CMAKE_CURRENT_SOURCE_DIR}/otbJPEG2000ImageIOFactory.cxx" ) #LIST(REMOVE_ITEM OTBIO_SRCS "${CMAKE_CURRENT_SOURCE_DIR}/otbJPEG2000ImageIOFactory.cxx" )
IF( NOT OTB_USE_CURL ) IF( NOT OTB_USE_CURL )
LIST(REMOVE_ITEM OTBIO_SRCS "${CMAKE_CURRENT_SOURCE_DIR}/otbTileMapImageIOFactory.cxx" ) LIST(REMOVE_ITEM OTBIO_SRCS "${CMAKE_CURRENT_SOURCE_DIR}/otbTileMapImageIOFactory.cxx" )
...@@ -13,8 +13,8 @@ ENDIF( NOT OTB_USE_CURL ) ...@@ -13,8 +13,8 @@ ENDIF( NOT OTB_USE_CURL )
ADD_LIBRARY(OTBIO ${OTBIO_SRCS}) ADD_LIBRARY(OTBIO ${OTBIO_SRCS})
#PROVISOIRE #PROVISOIRE
TARGET_LINK_LIBRARIES (OTBIO gdal OTBCommon ITKIO ITKCommon otbossim dxf ) #TARGET_LINK_LIBRARIES (OTBIO gdal OTBCommon ITKIO ITKCommon otbossim dxf )
#TARGET_LINK_LIBRARIES (OTBIO gdal OTBCommon ITKIO ITKCommon otbossim dxf openjpeg) TARGET_LINK_LIBRARIES (OTBIO gdal OTBCommon ITKIO ITKCommon otbossim dxf openjpeg)
IF( OTB_USE_CURL ) IF( OTB_USE_CURL )
TARGET_LINK_LIBRARIES (OTBIO ${CURL_LIBRARY}) TARGET_LINK_LIBRARIES (OTBIO ${CURL_LIBRARY})
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment