Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
LidarView
LidarView-Superbuild
Commits
5137b2b0
Commit
5137b2b0
authored
Apr 26, 2017
by
Laurent Bardoux
Browse files
Add sensor calibration files for the .sh package
parent
5326a274
Changes
1
Hide whitespace changes
Inline
Side-by-side
Projects/unix/veloview.bundle.cmake
View file @
5137b2b0
...
...
@@ -17,6 +17,13 @@ install(DIRECTORY "${install_location}/lib/veloview-${VV_VERSION}"
DESTINATION
"lib"
USE_SOURCE_PERMISSIONS
COMPONENT superbuild
)
# Sensor calibration files
file
(
GLOB shared_files
"
${
install_location
}
/share/*.xml"
)
install
(
FILES
${
shared_files
}
DESTINATION
"share"
COMPONENT superbuild
)
unset
(
shared_files
)
if
(
qt_ENABLED AND NOT USE_SYSTEM_qt
)
install
(
DIRECTORY
...
...
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