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
22fbb2bf
Commit
22fbb2bf
authored
Aug 03, 2016
by
Stéphane Albert
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ENH: Monteverdi module sources CMakeLists.txt
parent
f5ccb694
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
20 additions
and
0 deletions
+20
-0
Modules/Visualization/Monteverdi/src/CMakeLists.txt
Modules/Visualization/Monteverdi/src/CMakeLists.txt
+20
-0
No files found.
Modules/Visualization/Monteverdi/src/CMakeLists.txt
0 → 100644
View file @
22fbb2bf
set
(
Monteverdi_SRCS
main.cxx
mvdApplication.cxx
mvdMainWindow.cxx
mvdPreferencesDialog.cxx
)
add_library
(
Monteverdi
${
Monteverdi_SRCS
}
)
target_link_libraries
(
Monteverdi
${
Monteverdi_LIBRARIES
}
${
MonteverdiCore_LIBRARIES
}
${
MonteverdiGui_LIBRARIES
}
)
add_executable
(
monteverdi main.cxx
)
target_link_libraries
(
monteverdi Monteverdi
)
otb_module_target
(
Monteverdi
)
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