Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Main Repositories
otb
Commits
449da6eb
Commit
449da6eb
authored
Jul 05, 2016
by
Guillaume Pasero
Browse files
COMP: missing otb_module_target
parent
99389d4a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Modules/ThirdParty/OssimPlugins/test/CMakeLists.txt
View file @
449da6eb
...
...
@@ -95,10 +95,12 @@ otb_module_target_label(ossimSarSensorModelTest)
# S1
add_executable
(
ossimSentinel1ModelTest ossimSentinel1ModelTest.cpp
)
target_link_libraries
(
ossimSentinel1ModelTest otbossimplugins
)
otb_module_target_label
(
ossimSentinel1ModelTest
)
# TSX (old)
add_executable
(
ossimTerraSarXSarSensorModelTest ossimTerraSarXSarSensorModelTest.cpp
)
target_link_libraries
(
ossimTerraSarXSarSensorModelTest otbossimplugins
)
otb_module_target_label
(
ossimTerraSarXSarSensorModelTest
)
#Use ctest
# enable_testing()
...
...
Write
Preview
Supports
Markdown
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