From 15633ff40f9161f904fdfbabc3146b5e6df5962a Mon Sep 17 00:00:00 2001 From: Thomas Feuvrier <thomas.feuvrier@c-s.fr> Date: Thu, 25 Oct 2007 12:38:49 +0000 Subject: [PATCH] =?UTF-8?q?Correction=20pour=20d=C3=A9pendance=20IO=20et?= =?UTF-8?q?=20OSSIM.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Code/IO/CMakeLists.txt | 2 +- Examples/IO/CMakeLists.txt | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/Code/IO/CMakeLists.txt b/Code/IO/CMakeLists.txt index ca7f9ae354..32c68b2b97 100755 --- a/Code/IO/CMakeLists.txt +++ b/Code/IO/CMakeLists.txt @@ -3,7 +3,7 @@ FILE(GLOB OTBIO_SRCS "*.cxx" ) ADD_LIBRARY(OTBIO ${OTBIO_SRCS}) -TARGET_LINK_LIBRARIES (OTBIO gdal OTBCommon ITKIO ITKCommon otbossim) +TARGET_LINK_LIBRARIES (OTBIO gdal OTBCommon ITKIO ITKCommon otbossim dxf) INSTALL(TARGETS OTBIO RUNTIME DESTINATION ${OTB_INSTALL_BIN_DIR} COMPONENT RuntimeLibraries diff --git a/Examples/IO/CMakeLists.txt b/Examples/IO/CMakeLists.txt index 8cd3bf8e60..d6a9cab94a 100644 --- a/Examples/IO/CMakeLists.txt +++ b/Examples/IO/CMakeLists.txt @@ -47,8 +47,7 @@ ADD_EXECUTABLE(DXFReaderExample DXFReaderExample.cxx ) TARGET_LINK_LIBRARIES(DXFReaderExample OTBCommon OTBIO ITKCommon ITKIO dxf) ADD_EXECUTABLE(DEMToImageGenerator DEMToImageGenerator.cxx ) -#TARGET_LINK_LIBRARIES(DEMToImageGenerator OTBProjections OTBCommon OTBIO ITKCommon ITKIO otbossim) -TARGET_LINK_LIBRARIES(DEMToImageGenerator otbossimProjectionImaging otbossimElevation OTBBasicFilters OTBCommon OTBDisparityMap OTBIO OTBSpatialReasoning OTBChangeDetection OTBFeatureExtraction OTBLearning OTBMultiScale OTBProjections gdal ITKIO ITKAlgorithms ITKStatistics ITKCommon dxf otbossim) +TARGET_LINK_LIBRARIES(DEMToImageGenerator OTBProjections OTBIO OTBCommon ITKCommon ITKIO otbossim otbossimElevation ) #ADD_EXECUTABLE(ImageReadExportVTK ImageReadExportVTK.cxx ) #TARGET_LINK_LIBRARIES(ImageReadExportVTK ITKCommon ITKIO) -- GitLab