Skip to content
Snippets Groups Projects
Commit 02d315af authored by Julien Michel's avatar Julien Michel
Browse files

REFAC: Moving otb::Logger to Core/Common

parent 468b8f1a
No related branches found
No related tags found
No related merge requests found
......@@ -29,6 +29,7 @@ set(OTBCommon_SRC
otbWriterWatcherBase.cxx
otbStopwatch.cxx
otbStringToHTML.cxx
otbLogger.cxx
)
add_library(OTBCommon ${OTBCommon_SRC})
......
......@@ -56,9 +56,10 @@ set( OTBApplicationEngine_SRC
otbWrapperStringListParameter.cxx
otbWrapperAbstractParameterList.cxx
otbWrapperParameterList.cxx
otbLogger.cxx
)
message("Common libraries: ${OTBCommon_LIBRARIES}")
add_library(OTBApplicationEngine ${OTBApplicationEngine_SRC})
target_link_libraries(OTBApplicationEngine
${OTBVectorDataBase_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