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
VTK
VTK
Commits
a2fab5f7
Commit
a2fab5f7
authored
Feb 17, 2003
by
Ken Martin
Browse files
fix to loaded commands
parent
7d55b0fe
Changes
1
Hide whitespace changes
Inline
Side-by-side
UseVTK.cmake.in
View file @
a2fab5f7
...
...
@@ -19,3 +19,10 @@ INCLUDE_DIRECTORIES(${VTK_INCLUDE_DIRS})
# Add link directories needed to use VTK.
LINK_DIRECTORIES(${VTK_LIBRARY_DIRS})
# Import the VTK_LOAD_CMAKE_EXTENSIONS macro.
INCLUDE(${VTK_CMAKE_EXTENSIONS_DIR}/vtkLoadCMakeExtensions.cmake)
# Compile the extensions into the build tree and load them.
VTK_LOAD_CMAKE_EXTENSIONS(${VTK_CMAKE_EXTENSIONS_DIR}
${PROJECT_BINARY_DIR}/CMakeVTK)
Write
Preview
Supports
Markdown
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