From 2e29abff8c4f27b16544121713bdb489a7f0826f Mon Sep 17 00:00:00 2001
From: Jonathan Guinet <jonathan.guinet@c-s.fr>
Date: Thu, 20 Oct 2011 16:01:53 +0200
Subject: [PATCH] ENH: add ValidateSVMImagesClassifier to the generated
 application list.

---
 Applications/Classification/CMakeLists.txt | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/Applications/Classification/CMakeLists.txt b/Applications/Classification/CMakeLists.txt
index 9e9cc44012..645eed177c 100644
--- a/Applications/Classification/CMakeLists.txt
+++ b/Applications/Classification/CMakeLists.txt
@@ -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
-- 
GitLab