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
Branches
Tags
No related merge requests found
...@@ -29,6 +29,7 @@ set(OTBCommon_SRC ...@@ -29,6 +29,7 @@ set(OTBCommon_SRC
otbWriterWatcherBase.cxx otbWriterWatcherBase.cxx
otbStopwatch.cxx otbStopwatch.cxx
otbStringToHTML.cxx otbStringToHTML.cxx
otbLogger.cxx
) )
add_library(OTBCommon ${OTBCommon_SRC}) add_library(OTBCommon ${OTBCommon_SRC})
......
...@@ -45,9 +45,10 @@ set( OTBApplicationEngine_SRC ...@@ -45,9 +45,10 @@ set( OTBApplicationEngine_SRC
otbWrapperStringListParameter.cxx otbWrapperStringListParameter.cxx
otbWrapperAbstractParameterList.cxx otbWrapperAbstractParameterList.cxx
otbWrapperParameterList.cxx otbWrapperParameterList.cxx
otbLogger.cxx
) )
message("Common libraries: ${OTBCommon_LIBRARIES}")
add_library(OTBApplicationEngine ${OTBApplicationEngine_SRC}) add_library(OTBApplicationEngine ${OTBApplicationEngine_SRC})
target_link_libraries(OTBApplicationEngine target_link_libraries(OTBApplicationEngine
${OTBVectorDataBase_LIBRARIES} ${OTBVectorDataBase_LIBRARIES}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment