Skip to content
GitLab
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
c406d0b3
Commit
c406d0b3
authored
Sep 17, 2009
by
Jordi Inglada
Browse files
COMP: removing unneeded testing lib
parent
b55b03a1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Examples/Visu/CMakeLists.txt
View file @
c406d0b3
...
...
@@ -2,6 +2,6 @@ PROJECT(VisuExamples)
INCLUDE_REGULAR_EXPRESSION
(
"^.*$"
)
ADD_EXECUTABLE
(
VisuExample1 VisuExample1.cxx
)
TARGET_LINK_LIBRARIES
(
VisuExample1 OTBVisu OTBGui OTBIO OTBCommon
${
OTB_VISU_GUI_LIBRARIES
}
OTBTesting
)
TARGET_LINK_LIBRARIES
(
VisuExample1 OTBVisu OTBGui OTBIO OTBCommon
${
OTB_VISU_GUI_LIBRARIES
}
)
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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