Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
VTK-m
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Packages
Packages
Container Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
phcerdan
VTK-m
Commits
f2f8796d
Commit
f2f8796d
authored
Apr 09, 2018
by
Robert Maynard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Properly install all required cmake files needed by vtk-m
parent
b658a72a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
CMakeLists.txt
CMakeLists.txt
+3
-2
No files found.
CMakeLists.txt
View file @
f2f8796d
...
...
@@ -265,11 +265,12 @@ if(NOT VTKm_INSTALL_ONLY_LIBRARIES)
# Install support files.
install
(
FILES
${
VTKm_SOURCE_DIR
}
/CMake/VTKmWrappers.cmake
${
VTKm_SOURCE_DIR
}
/CMake/VTKmCPUVectorization.cmake
${
VTKm_SOURCE_DIR
}
/CMake/VTKmDetectCUDAVersion.cu
${
VTKm_SOURCE_DIR
}
/CMake/VTKmDeviceAdapters.cmake
${
VTKm_SOURCE_DIR
}
/CMake/VTKmRenderingContexts.cmake
${
VTKm_SOURCE_DIR
}
/CMake/VTKmExportHeaderTemplate.h.in
${
VTKm_SOURCE_DIR
}
/CMake/VTKmRenderingContexts.cmake
${
VTKm_SOURCE_DIR
}
/CMake/VTKmWrappers.cmake
DESTINATION
${
VTKm_INSTALL_CMAKE_MODULE_DIR
}
)
...
...
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