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
Ben Boeckel
Xdmf
Commits
608db1f1
Commit
608db1f1
authored
May 07, 2012
by
Chris Harris
Browse files
Add addition VTK modules to link line
parent
c5fcec3f
Changes
2
Hide whitespace changes
Inline
Side-by-side
vtk/CMakeLists.txt
View file @
608db1f1
...
...
@@ -104,7 +104,13 @@ IF (VTK_FOUND)
PVVTK_ADD_LIBRARY
(
vtkXdmf
${
LIBTYPE
}
${
Xdmf_SRCS
}
)
add_dependencies
(
vtkXdmf vtklibxml2
)
set
(
_xdmf_link_lib vtkIOCore Xdmf vtkRenderingOpenGL
)
set
(
_xdmf_link_lib
vtkIOCore
Xdmf
vtkRenderingOpenGL
vtkInteractionStyle
vtkRenderingFreeTypeOpenGL
)
IF
(
VTK_USE_PARALLEL
)
list
(
APPEND _xdmf_link_lib vtkParallelCore
)
...
...
vtk/Testing/Cxx/CMakeLists.txt
View file @
608db1f1
ADD_EXECUTABLE
(
XdmfTestVTKIO XdmfTestVTKIO.cxx
)
TARGET_LINK_LIBRARIES
(
XdmfTestVTKIO
set
(
_libs
vtkIOCore
vtkCommonCore
vtkXdmf
vtkFiltersParallel
vtkInteractionStyle
)
if
(
PARAVIEW_USE_MPI
)
list
(
APPEND _libs vtkFiltersParallel
)
endif
()
target_link_libraries
(
XdmfTestVTKIO
${
_libs
}
)
ADD_TEST
(
XdmfTestVTKIO
${
EXECUTABLE_OUTPUT_PATH
}
/XdmfTestVTKIO
)
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