From ad048b36281717414368e408cbdf2d661d626afe Mon Sep 17 00:00:00 2001 From: Mathieu Deltorre <mathieu.deltorre@c-s.fr> Date: Thu, 15 May 2008 15:33:03 +0000 Subject: [PATCH] *ajout dependance otbopenjpeg (pour link static) --- Testing/Fa/CMakeLists.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Testing/Fa/CMakeLists.txt b/Testing/Fa/CMakeLists.txt index 756af0da78..40888470a2 100755 --- a/Testing/Fa/CMakeLists.txt +++ b/Testing/Fa/CMakeLists.txt @@ -187,13 +187,13 @@ ADD_TEST(FA-00070-vi_Streaming_Stat_bis ${CXX_TEST_PATH}/StreamingStat ) ADD_EXECUTABLE(AlignementsQB AlignementsQB.cxx) -TARGET_LINK_LIBRARIES(AlignementsQB OTBFeatureExtraction OTBIO OTBCommon gdal ITKIO ITKCommon) +TARGET_LINK_LIBRARIES(AlignementsQB OTBFeatureExtraction OTBIO OTBCommon otbopenjpeg gdal ITKIO ITKCommon) ADD_EXECUTABLE(MapActivation MapActivation.cxx) -TARGET_LINK_LIBRARIES(MapActivation OTBFeatureExtraction OTBIO OTBCommon gdal ITKIO ITKCommon) +TARGET_LINK_LIBRARIES(MapActivation OTBFeatureExtraction OTBIO OTBCommon otbopenjpeg gdal ITKIO ITKCommon) ADD_EXECUTABLE(StreamingStat StreamingStat.cxx) -TARGET_LINK_LIBRARIES(StreamingStat OTBFeatureExtraction OTBIO OTBCommon gdal ITKIO ITKCommon) +TARGET_LINK_LIBRARIES(StreamingStat OTBFeatureExtraction OTBIO OTBCommon otbopenjpeg gdal ITKIO ITKCommon) INCLUDE_DIRECTORIES("${OTBTesting_BINARY_DIR}") -- GitLab