Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Utkarsh Ayachit
ParaView-Superbuild
Commits
0bdb45e4
Commit
0bdb45e4
authored
Nov 20, 2020
by
Ben Boeckel
⛰
Browse files
paraviewsdk: install VTK hierarchy files
These are needed for wrapping downstream modules.
parent
f1e9fb3f
Changes
1
Hide whitespace changes
Inline
Side-by-side
projects/unix/paraviewsdk.bundle.cmake
View file @
0bdb45e4
...
...
@@ -15,6 +15,13 @@ install(
COMPONENT superbuild
USE_SOURCE_PERMISSIONS
)
# Install VTK module hierarchy files
install
(
DIRECTORY
"
${
superbuild_install_location
}
/lib/vtk/hierarchy"
DESTINATION lib/vtk
COMPONENT superbuild
USE_SOURCE_PERMISSIONS
)
# Install ParaView headers
install
(
DIRECTORY
"
${
superbuild_install_location
}
/include/paraview-
${
paraview_version
}
"
...
...
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