Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Cresson Remi
Machine Learning Utils for OTB
Commits
508b1e69
Commit
508b1e69
authored
Sep 30, 2019
by
root
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
COMP: update for OTB 7.0.0
parent
febd870c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
app/CMakeLists.txt
app/CMakeLists.txt
+3
-3
otb-module.cmake
otb-module.cmake
+1
-1
No files found.
app/CMakeLists.txt
View file @
508b1e69
...
...
@@ -2,14 +2,14 @@ cmake_minimum_required (VERSION 2.8)
OTB_CREATE_APPLICATION
(
NAME ClassificationMapMosaic
SOURCES otbClassificationMapMosaic.cxx
LINK_LIBRARIES
OTBCommon
)
LINK_LIBRARIES
${${
otb-module
}
_LIBRARIES
}
)
OTB_CREATE_APPLICATION
(
NAME SuperSuperimpose
SOURCES otbSuperSuperimpose.cxx
LINK_LIBRARIES
OTBCommon
)
LINK_LIBRARIES
${${
otb-module
}
_LIBRARIES
}
)
OTB_CREATE_APPLICATION
(
NAME Harmonizer
SOURCES otbHarmonizer.cxx
LINK_LIBRARIES
OTBCommon
)
LINK_LIBRARIES
${${
otb-module
}
_LIBRARIES
}
)
otb-module.cmake
View file @
508b1e69
...
...
@@ -5,7 +5,7 @@ otb_module(MLUtils
OTBITK
OTBCommon
OTBApplicationEngine
Mosaic
OTB
Mosaic
SimpleExtractionTools
OTBProjection
...
...
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