Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
VTK
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Scott Wittenburg
VTK
Commits
3629ebaa
Commit
3629ebaa
authored
Oct 17, 2018
by
Ben Boeckel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
vtkPythonContext2D: update to the new module system
parent
c5f63c47
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
22 additions
and
23 deletions
+22
-23
Rendering/PythonContext2D/CMakeLists.txt
Rendering/PythonContext2D/CMakeLists.txt
+4
-4
Rendering/PythonContext2D/Testing/CMakeLists.txt
Rendering/PythonContext2D/Testing/CMakeLists.txt
+3
-0
Rendering/PythonContext2D/module.cmake
Rendering/PythonContext2D/module.cmake
+0
-19
Rendering/PythonContext2D/vtk.module
Rendering/PythonContext2D/vtk.module
+15
-0
No files found.
Rendering/PythonContext2D/CMakeLists.txt
View file @
3629ebaa
set
(
module_SRCS
vtkPythonItem.cxx
)
set
(
classes
vtkPythonItem
)
vtk_module_library
(
vtkPythonContext2D
${
module_SRCS
}
)
vtk_module_add_module
(
VTK::PythonContext2D
CLASSES
${
classes
}
)
Rendering/PythonContext2D/Testing/CMakeLists.txt
0 → 100644
View file @
3629ebaa
if
(
VTK_WRAP_PYTHON
)
add_subdirectory
(
Python
)
endif
()
Rendering/PythonContext2D/module.cmake
deleted
100644 → 0
View file @
c5f63c47
if
(
VTK_WRAP_PYTHON
)
vtk_module
(
vtkPythonContext2D
GROUPS
StandAlone
COMPILE_DEPENDS
vtkPython
OPTIONAL_PYTHON_LINK
EXCLUDE_FROM_JAVA_WRAPPING
TEST_DEPENDS
vtkTestingCore
KIT
vtkWrapping
DEPENDS
vtkRenderingContext2D
PRIVATE_DEPENDS
vtkCommonCore
vtkWrappingPythonCore
)
endif
()
Rendering/PythonContext2D/vtk.module
0 → 100644
View file @
3629ebaa
NAME
VTK
::
PythonContext2D
LIBRARY_NAME
vtkPythonContext2D
CONDITION
VTK_WRAP_PYTHON
GROUPS
StandAlone
DEPENDS
VTK
::
RenderingContext2D
PRIVATE_DEPENDS
VTK
::
CommonCore
VTK
::
WrappingPythonCore
TEST_DEPENDS
VTK
::
TestingCore
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