Skip to content
Snippets Groups Projects
Commit 13dc2596 authored by Christophe Palmann's avatar Christophe Palmann
Browse files

COMP: added missing headers (DataRendering)

parent 9f18d13c
No related branches found
No related tags found
No related merge requests found
project(FeatureExtractionExamples)
include_directories("${OTB_SOURCE_DIR}/Modules/Filtering/VectorDataRendering/include")
file(GLOB DataRendering_HEADERS "${OTB_SOURCE_DIR}/Modules/Filtering/VectorDataRendering/include/*.h")
add_executable(AlignmentsExample AlignmentsExample.cxx)
target_link_libraries(AlignmentsExample ${OTB_LIBRARIES})
......@@ -43,7 +46,7 @@ add_executable(HuMomentsImageFunctionExample HuMomentsImageFunctionExample.cxx)
target_link_libraries(HuMomentsImageFunctionExample ${OTB_LIBRARIES})
if (Module_OTBVectorDataRendering)
add_executable(LineSegmentDetectorExample LineSegmentDetectorExample.cxx)
add_executable(LineSegmentDetectorExample LineSegmentDetectorExample.cxx ${DataRendering_HEADERS})
target_link_libraries(LineSegmentDetectorExample ${OTB_LIBRARIES})
endif()
......@@ -60,7 +63,7 @@ add_executable(RatioLineDetectorExample RatioLineDetectorExample.cxx)
target_link_libraries(RatioLineDetectorExample ${OTB_LIBRARIES})
if (Module_OTBVectorDataRendering)
add_executable(RightAngleDetectionExample RightAngleDetectionExample.cxx)
add_executable(RightAngleDetectionExample RightAngleDetectionExample.cxx ${DataRendering_HEADERS})
target_link_libraries(RightAngleDetectionExample ${OTB_LIBRARIES})
endif()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment