diff --git a/Testing/Fa/CMakeLists.txt b/Testing/Fa/CMakeLists.txt index 756af0da78cb287b6e0880afc5af786bd74b71d9..40888470a21ffdd01d0ed2d75f9d17d5078935fc 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}")