Skip to content
Snippets Groups Projects
Commit 4877bf48 authored by Julien Malik's avatar Julien Malik
Browse files

ENH: rename the helper cmake script for application generation

parent 4631304f
No related branches found
No related tags found
No related merge requests found
include(OTBWrapperMacros)
add_subdirectory(Classification)
add_subdirectory(Hyperspectral)
......
include(WrapperMacros)
OTB_CREATE_APPLICATION(NAME EstimateImagesStatistics
SOURCES otbEstimateImagesStatistics.cxx
......
include(WrapperMacros)
OTB_CREATE_APPLICATION(NAME HyperspectralUnmixing SOURCES otbHyperspectralUnmixing.cxx LINK_LIBRARIES OTBIO;OTBCommon;OTBBasicFilters)
include(WrapperMacros)
OTB_CREATE_APPLICATION(NAME Addition SOURCES otbAddition.cxx)
OTB_CREATE_APPLICATION(NAME AllocateOutput SOURCES otbAllocateOutput.cxx LINK_LIBRARIES OTBIO;OTBCommon;OTBBasicFilters)
......
include(WrapperMacros)
OTB_CREATE_APPLICATION(NAME ExtractROI
SOURCES otbExtractROI.cxx
......
File moved
File moved
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