From 0b046858e9df92db2799c1c877018c02bb1d2b55 Mon Sep 17 00:00:00 2001 From: Thomas Feuvrier <thomas.feuvrier@c-s.fr> Date: Fri, 18 Jul 2008 15:42:10 +0000 Subject: [PATCH] Remplacement link lib otbossimProjectionImaging otbossimElevation par otbossim. --- Examples/IO/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Examples/IO/CMakeLists.txt b/Examples/IO/CMakeLists.txt index 08f28b7705..1d04fe9bfd 100644 --- a/Examples/IO/CMakeLists.txt +++ b/Examples/IO/CMakeLists.txt @@ -56,7 +56,7 @@ ADD_EXECUTABLE(VectorDataIOExample VectorDataIOExample.cxx ) TARGET_LINK_LIBRARIES(VectorDataIOExample OTBCommon OTBIO ITKCommon ITKIO) ADD_EXECUTABLE(DEMToImageGenerator DEMToImageGenerator.cxx ) -TARGET_LINK_LIBRARIES(DEMToImageGenerator OTBProjections OTBIO OTBCommon ITKCommon ITKIO otbossim otbossimElevation ) +TARGET_LINK_LIBRARIES(DEMToImageGenerator OTBProjections OTBIO OTBCommon ITKCommon ITKIO otbossim ) #ADD_EXECUTABLE(ImageReadExportVTK ImageReadExportVTK.cxx ) #TARGET_LINK_LIBRARIES(ImageReadExportVTK ITKCommon ITKIO) @@ -143,6 +143,6 @@ ADD_TEST(DEMToImageGeneratorTest ${EXE_TESTS} INCLUDE_DIRECTORIES("${OTBTesting_BINARY_DIR}") ADD_EXECUTABLE(otbIOExamplesTests otbIOExamplesTests.cxx) -TARGET_LINK_LIBRARIES(otbIOExamplesTests otbossimProjectionImaging otbossimElevation OTBBasicFilters OTBCommon OTBDisparityMap OTBIO OTBSpatialReasoning OTBChangeDetection OTBFeatureExtraction OTBLearning OTBMultiScale OTBProjections gdal ITKIO ITKAlgorithms ITKStatistics ITKCommon dxf otbossim) +TARGET_LINK_LIBRARIES(otbIOExamplesTests otbossim OTBBasicFilters OTBCommon OTBDisparityMap OTBIO OTBSpatialReasoning OTBChangeDetection OTBFeatureExtraction OTBLearning OTBMultiScale OTBProjections gdal ITKIO ITKAlgorithms ITKStatistics ITKCommon dxf otbossim) ENDIF( NOT OTB_DISABLE_CXX_TESTING AND BUILD_EXAMPLES_TESTING ) -- GitLab