Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Main Repositories
otb
Commits
02d315af
Commit
02d315af
authored
Feb 21, 2018
by
Julien Michel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
REFAC: Moving otb::Logger to Core/Common
parent
468b8f1a
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
3 additions
and
1 deletion
+3
-1
Modules/Core/Common/include/otbLogger.h
Modules/Core/Common/include/otbLogger.h
+0
-0
Modules/Core/Common/src/CMakeLists.txt
Modules/Core/Common/src/CMakeLists.txt
+1
-0
Modules/Core/Common/src/otbLogger.cxx
Modules/Core/Common/src/otbLogger.cxx
+0
-0
Modules/Wrappers/ApplicationEngine/src/CMakeLists.txt
Modules/Wrappers/ApplicationEngine/src/CMakeLists.txt
+2
-1
No files found.
Modules/
Wrappers/ApplicationEngine
/include/otbLogger.h
→
Modules/
Core/Common
/include/otbLogger.h
View file @
02d315af
File moved
Modules/Core/Common/src/CMakeLists.txt
View file @
02d315af
...
...
@@ -29,6 +29,7 @@ set(OTBCommon_SRC
otbWriterWatcherBase.cxx
otbStopwatch.cxx
otbStringToHTML.cxx
otbLogger.cxx
)
add_library
(
OTBCommon
${
OTBCommon_SRC
}
)
...
...
Modules/
Wrappers/ApplicationEngine
/src/otbLogger.cxx
→
Modules/
Core/Common
/src/otbLogger.cxx
View file @
02d315af
File moved
Modules/Wrappers/ApplicationEngine/src/CMakeLists.txt
View file @
02d315af
...
...
@@ -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
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment