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
Christian Butz
VTK
Commits
bd592a13
Commit
bd592a13
authored
Aug 20, 2010
by
Bill Lorensen
Browse files
ENH: DumpXMLFile now needs vtkGraphics.
parent
734705d3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Examples/IO/Cxx/CMakeLists.txt
View file @
bd592a13
...
...
@@ -7,7 +7,7 @@ INCLUDE(${VTK_USE_FILE})
ENDIF
(
NOT VTK_BINARY_DIR
)
ADD_EXECUTABLE
(
DumpXMLFile DumpXMLFile.cxx
)
TARGET_LINK_LIBRARIES
(
DumpXMLFile vtkIO
)
TARGET_LINK_LIBRARIES
(
DumpXMLFile vtkIO
vtkGraphics
)
ADD_EXECUTABLE
(
ParticleReader ParticleReader.cxx
)
TARGET_LINK_LIBRARIES
(
ParticleReader vtkHybrid
)
...
...
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