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

REFAC: Moving otb::Logger to Core/Common

parent 6fcdf04b
No related branches found
No related tags found
Loading
......@@ -29,6 +29,7 @@ set(OTBCommon_SRC
otbWriterWatcherBase.cxx
otbStopwatch.cxx
otbStringToHTML.cxx
otbLogger.cxx
)
add_library(OTBCommon ${OTBCommon_SRC})
......
......@@ -45,9 +45,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