diff --git a/Examples/Installation/CMakeLists.txt b/Examples/Installation/CMakeLists.txt index a0a6fb03f8fe262fb9869dfbffb7992d63b231f7..25873179d744d74e27f5bfa1b1f11478230ca993 100644 --- a/Examples/Installation/CMakeLists.txt +++ b/Examples/Installation/CMakeLists.txt @@ -8,6 +8,6 @@ ELSE(OTB_FOUND) "Cannot build HelloWorld application without OTB. Please set OTB_DIR.") ENDIF(OTB_FOUND) -ADD_EXECUTABLE(SVMImageEstimatorClassificationMultiExample SVMImageEstimatorClassificationMultiExample.cxx ) +ADD_EXECUTABLE(HelloWorld HelloWorld.cxx ) -TARGET_LINK_LIBRARIES(SVMImageEstimatorClassificationMultiExample ITKIO OTBIO OTBCommon ITKCommon OTBLearning) +TARGET_LINK_LIBRARIES(HelloWorld ITKIO OTBIO OTBCommon ITKCommon OTBLearning)