Skip to content
Snippets Groups Projects
Commit c4d4e073 authored by Emmanuel Christophe's avatar Emmanuel Christophe
Browse files

Pan sharpening (ajout de la compilation du test)

parent a40dc8d6
Branches
Tags
No related merge requests found
...@@ -7,6 +7,9 @@ SET(FUSION_EXAMPLES ${CXX_TEST_PATH}/otbFusionExamplesTests) ...@@ -7,6 +7,9 @@ SET(FUSION_EXAMPLES ${CXX_TEST_PATH}/otbFusionExamplesTests)
ADD_EXECUTABLE(BayesianFusionImageFilter BayesianFusionImageFilter.cxx ) ADD_EXECUTABLE(BayesianFusionImageFilter BayesianFusionImageFilter.cxx )
TARGET_LINK_LIBRARIES(BayesianFusionImageFilter OTBFusion OTBCommon OTBIO ITKNumerics ITKIO) TARGET_LINK_LIBRARIES(BayesianFusionImageFilter OTBFusion OTBCommon OTBIO ITKNumerics ITKIO)
ADD_EXECUTABLE(PanSharpeningExample PanSharpeningExample.cxx )
TARGET_LINK_LIBRARIES(PanSharpeningExample OTBFusion OTBCommon OTBIO ITKNumerics ITKIO)
IF( NOT OTB_DISABLE_CXX_TESTING AND NOT OTB_DISABLE_CXX_EXAMPLES_TESTING ) IF( NOT OTB_DISABLE_CXX_TESTING AND NOT OTB_DISABLE_CXX_EXAMPLES_TESTING )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment