Skip to content
Snippets Groups Projects
Commit 5af3ea2d authored by Guillaume Pasero's avatar Guillaume Pasero
Browse files

COMP: otbSharkUtils.h should be either in OTBShark or in an adapter module

parent c260e65e
No related branches found
No related tags found
No related merge requests found
......@@ -25,17 +25,12 @@ otb_module(OTBLearningBase
ENABLE_SHARED
DEPENDS
OTBCommon
OTBITK
OTBImageIO
OTBImageBase
OPTIONAL_DEPENDS
OTBShark
OTBITK
TEST_DEPENDS
OTBTestKernel
OTBImageIO
OTBImageBase
DESCRIPTION
"${DOCUMENTATION}"
......
......@@ -25,6 +25,7 @@ set(OTBLearningBase_SRC
add_library(OTBLearningBase ${OTBLearningBase_SRC})
target_link_libraries(OTBLearningBase
${OTBCommon_LIBRARIES}
${OTBImageBase_LIBRARIES}
${OTBITK_LIBRARIES}
)
......
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