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

ENH: enable compilation of LSD application

parent 7fd9fc3d
No related branches found
No related tags found
No related merge requests found
......@@ -5,6 +5,7 @@ include(OTBWrapperMacros)
set(OTB_APPLICATIONS_NAME_LIST "" CACHE STRING "List of all applications name" FORCE)
add_subdirectory(Classification)
add_subdirectory(FeatureExtraction)
add_subdirectory(Hyperspectral)
add_subdirectory(Projections)
add_subdirectory(Util)
......
OTB_CREATE_APPLICATION(NAME LineSegmentDetection
SOURCES otbLineSegmentDetection.cxx
LINK_LIBRARIES OTBIO;OTBCommon;OTBBasicFilters)
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