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
ba186ab2
Commit
ba186ab2
authored
May 10, 2017
by
Bastien Jacquet
Browse files
Update shipped .xml calibration files
parent
722b59da
Changes
1
Hide whitespace changes
Inline
Side-by-side
Projects/win32/veloview.bundle.cmake
View file @
ba186ab2
...
...
@@ -53,9 +53,11 @@ install(DIRECTORY "${install_location}/lib/paraview-${PARAVIEW_VERSION}"
COMPONENT
${
AppName
}
PATTERN
"*.lib"
EXCLUDE
)
install
(
FILES
"
${
install_location
}
/share/HDL-32.xml"
"
${
install_location
}
/share/VLP-16.xml"
"
${
install_location
}
/share/VLP-32a.xml"
"
${
install_location
}
/share/VLP-32b.xml"
"
${
install_location
}
/share/VLP-32c.xml"
"
${
install_location
}
/share/Puck Hi-Res.xml"
"
${
install_location
}
/share/Puck LITE.xml"
file
(
GLOB shared_files
"
${
install_location
}
/share/*.xml"
)
install
(
FILES
${
shared_files
}
DESTINATION
"share"
COMPONENT
${
AppName
}
)
unset
(
shared_files
)
install
(
FILES
"
${
VeloViewSuperBuild_SOURCE_DIR
}
/../Documentation/VeloView_Developer_Guide.pdf"
DESTINATION
"doc"
...
...
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