Skip to content
Snippets Groups Projects
Commit a5c05454 authored by Jonathan Guinet's avatar Jonathan Guinet
Browse files

ENH: Activate compilation of KMeansClassification.

parent 70d4ebe2
No related branches found
No related tags found
No related merge requests found
......@@ -4,4 +4,8 @@ OTB_CREATE_APPLICATION(NAME EstimateImagesStatistics
OTB_CREATE_APPLICATION(NAME ImageSVMClassifier
SOURCES otbImageSVMClassifier.cxx
LINK_LIBRARIES OTBIO;OTBCommon;OTBBasicFilters;OTBFeatureExtraction;OTBLearning;OTBApplicationEngine)
LINK_LIBRARIES OTBIO;OTBCommon;OTBBasicFilters;OTBFeatureExtraction;OTBLearning)
OTB_CREATE_APPLICATION(NAME KMeansClassification
SOURCES otbKMeansClassification.cxx
LINK_LIBRARIES OTBBasicFilters)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment