Skip to content
Snippets Groups Projects
Commit 1f6be057 authored by Julien Malik's avatar Julien Malik
Browse files

COMP: add a dependency between OTBIO and OTBBasicFilters

parent 1b15a127
No related branches found
No related tags found
No related merge requests found
...@@ -29,7 +29,7 @@ ADD_LIBRARY(OTBIO ${OTBIO_SRCS}) ...@@ -29,7 +29,7 @@ ADD_LIBRARY(OTBIO ${OTBIO_SRCS})
# PROPERTIES # PROPERTIES
# LINK_INTERFACE_LIBRARIES "" # LINK_INTERFACE_LIBRARIES ""
# ) # )
TARGET_LINK_LIBRARIES (OTBIO ${TIFF_LIBRARY} ${GEOTIFF_LIBRARY} ${GDAL_LIBRARY} ${OGR_LIBRARY} ${JPEG_LIBRARY} OTBCommon) TARGET_LINK_LIBRARIES (OTBIO ${TIFF_LIBRARY} ${GEOTIFF_LIBRARY} ${GDAL_LIBRARY} ${OGR_LIBRARY} ${JPEG_LIBRARY} OTBCommon OTBBasicFilters)
TARGET_LINK_LIBRARIES (OTBIO otbossim otbossimplugins ITKIO ITKCommon otbkml tinyXML) TARGET_LINK_LIBRARIES (OTBIO otbossim otbossimplugins ITKIO ITKCommon otbkml tinyXML)
IF (OTB_USE_LIBLAS) IF (OTB_USE_LIBLAS)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment