Skip to content
Snippets Groups Projects
Commit f20df511 authored by Jordi Inglada's avatar Jordi Inglada
Browse files

BUG: Error in the program name.

parent 7681ecaf
No related branches found
No related tags found
No related merge requests found
......@@ -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)
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