Skip to content
Snippets Groups Projects
Commit 86927797 authored by Guillaume Pasero's avatar Guillaume Pasero
Browse files

COMP: clean CMakeLists.txt

parent 82b8c1f0
No related branches found
No related tags found
No related merge requests found
......@@ -65,16 +65,9 @@ otb_create_application(
SOURCES otbKMeansClassification.cxx
LINK_LIBRARIES ${${otb-module}_LIBRARIES})
set(TrainImagesClassifier_SRC
otbTrainSVM.cxx otbTrainBoost.cxx otbTrainDecisionTree.cxx
otbTrainGradientBoostedTree.cxx otbTrainNeuralNetwork.cxx
otbTrainNormalBayes.cxx otbTrainRandomForests.cxx otbTrainKNN.cxx
otbTrainLibSVM.cxx
otbTrainImagesClassifier.cxx)
otb_create_application(
NAME TrainImagesClassifier
SOURCES ${TrainImagesClassifier_SRC}
SOURCES otbTrainImagesClassifier.cxx
LINK_LIBRARIES ${${otb-module}_LIBRARIES})
otb_create_application(
......
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