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

ENH: add ValidateSVMImagesClassifier to the generated application list.

parent b30c6050
No related branches found
No related tags found
No related merge requests found
......@@ -13,4 +13,8 @@ OTB_CREATE_APPLICATION(NAME KMeansClassification
OTB_CREATE_APPLICATION(NAME TrainSVMImagesClassifier
SOURCES otbTrainSVMImagesClassifier.cxx
LINK_LIBRARIES OTBIO;OTBCommon;OTBBasicFilters;OTBFeatureExtraction;OTBLearning)
\ No newline at end of file
OTB_CREATE_APPLICATION(NAME ValidateSVMImagesClassifier
SOURCES otbValidateSVMImagesClassifier.cxx
LINK_LIBRARIES OTBIO;OTBCommon;OTBBasicFilters;OTBFeatureExtraction;OTBLearning)
\ No newline at end of file
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