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
b58f90ce
Commit
b58f90ce
authored
Nov 09, 2010
by
David Partyka
Browse files
COMP: More fixes for Examples PYTHON_INCLUDE_PATH.
parent
b227161f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Examples/Build/vtkMy/Imaging/CMakeLists.txt
View file @
b58f90ce
...
...
@@ -24,6 +24,7 @@ ENDIF (VTK_WRAP_TCL AND VTKMY_WRAP_TCL)
# Create the vtkmyImaging Python library.
IF
(
VTK_WRAP_PYTHON AND VTKMY_WRAP_PYTHON
)
INCLUDE_DIRECTORIES
(
"
${
PYTHON_INCLUDE_PATH
}
"
)
VTK_WRAP_PYTHON3
(
vtkmyImagingPython ImagingPython_SRCS
"
${
Imaging_SRCS
}
"
)
ADD_LIBRARY
(
vtkmyImagingPythonD
${
ImagingPython_SRCS
}
)
ADD_LIBRARY
(
vtkmyImagingPython MODULE vtkmyImagingPythonInit.cxx
)
...
...
Examples/Build/vtkMy/Unsorted/CMakeLists.txt
View file @
b58f90ce
...
...
@@ -35,6 +35,7 @@ ENDIF (VTK_WRAP_TCL AND VTKMY_WRAP_TCL)
# Create the vtkmyUnsorted Python library.
IF
(
VTK_WRAP_PYTHON AND VTKMY_WRAP_PYTHON
)
INCLUDE_DIRECTORIES
(
"
${
PYTHON_INCLUDE_PATH
}
"
)
VTK_WRAP_PYTHON3
(
vtkmyUnsortedPython UnsortedPython_SRCS
"
${
Unsorted_SRCS
}
"
)
ADD_LIBRARY
(
vtkmyUnsortedPythonD
${
UnsortedPython_SRCS
}
)
ADD_LIBRARY
(
vtkmyUnsortedPython MODULE vtkmyUnsortedPythonInit.cxx
)
...
...
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