diff --git a/Applications/Classification/CMakeLists.txt b/Applications/Classification/CMakeLists.txt index 645eed177c8388c46b70fa58e11addd6b50da940..b2d500a9fa19075268d68ad3980187abc2667cbe 100644 --- a/Applications/Classification/CMakeLists.txt +++ b/Applications/Classification/CMakeLists.txt @@ -17,4 +17,8 @@ OTB_CREATE_APPLICATION(NAME TrainSVMImagesClassifier OTB_CREATE_APPLICATION(NAME ValidateSVMImagesClassifier SOURCES otbValidateSVMImagesClassifier.cxx LINK_LIBRARIES OTBIO;OTBCommon;OTBBasicFilters;OTBFeatureExtraction;OTBLearning) - \ No newline at end of file + +OTB_CREATE_APPLICATION(NAME LabeledImageColorMapping + SOURCES otbLabeledImageColorMapping.cxx + LINK_LIBRARIES OTBIO;OTBCommon;OTBBasicFilters;OTBFeatureExtraction) + \ No newline at end of file