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
Michael Migliore
VTK
Commits
097c155b
Commit
097c155b
authored
Apr 09, 2012
by
Chris Harris
Committed by
Code Review
Apr 09, 2012
Browse files
Merge topic 'vtk-cell-type-wrapping' into master
64e4888f
ENH: Ensure the cell type constants are wrapped.
parents
20485aea
64e4888f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Common/DataModel/CMakeLists.txt
View file @
097c155b
...
@@ -23,6 +23,7 @@ set(Module_SRCS
...
@@ -23,6 +23,7 @@ set(Module_SRCS
vtkCellLinks.cxx
vtkCellLinks.cxx
vtkCellLocator.cxx
vtkCellLocator.cxx
vtkCellTypes.cxx
vtkCellTypes.cxx
vtkCellType.h
vtkCompositeDataIterator.cxx
vtkCompositeDataIterator.cxx
vtkCompositeDataSet.cxx
vtkCompositeDataSet.cxx
vtkCone.cxx
vtkCone.cxx
...
@@ -226,6 +227,7 @@ set_source_files_properties(
...
@@ -226,6 +227,7 @@ set_source_files_properties(
vtkStructuredData
vtkStructuredData
vtkTreeIterator
vtkTreeIterator
vtkUniformGridAMR
vtkUniformGridAMR
vtkCellType
ABSTRACT
ABSTRACT
)
)
...
@@ -253,4 +255,9 @@ set_source_files_properties(
...
@@ -253,4 +255,9 @@ set_source_files_properties(
PROPERTIES WRAP_SPECIAL 1
PROPERTIES WRAP_SPECIAL 1
)
)
set_source_files_properties
(
vtkCellType.h
PROPERTIES WRAP_HEADER 1
)
vtk_module_library
(
vtkCommonDataModel
${
Module_SRCS
}
)
vtk_module_library
(
vtkCommonDataModel
${
Module_SRCS
}
)
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