Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
VTK
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Alex W.
VTK
Commits
9a966f24
Commit
9a966f24
authored
7 years ago
by
Utkarsh Ayachit
Committed by
Ben Boeckel
6 years ago
Browse files
Options
Downloads
Patches
Plain Diff
vtkImagingOpenGL2: update to the new module system
parent
5168d21e
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
Imaging/OpenGL2/CMakeLists.txt
+4
-3
4 additions, 3 deletions
Imaging/OpenGL2/CMakeLists.txt
Imaging/OpenGL2/module.cmake
+0
-15
0 additions, 15 deletions
Imaging/OpenGL2/module.cmake
Imaging/OpenGL2/vtk.module
+16
-0
16 additions, 0 deletions
Imaging/OpenGL2/vtk.module
with
20 additions
and
18 deletions
Imaging/OpenGL2/CMakeLists.txt
+
4
−
3
View file @
9a966f24
set
(
Module_SRCS
vtkOpenGLImageGradient
.cxx
set
(
classes
vtkOpenGLImageGradient
)
vtk_module_library
(
${
vtk-module
}
${
Module_SRCS
}
)
vtk_module_add_module
(
VTK::ImagingOpenGL2
CLASSES
${
classes
}
)
This diff is collapsed.
Click to expand it.
Imaging/OpenGL2/module.cmake
deleted
100644 → 0
+
0
−
15
View file @
5168d21e
vtk_module
(
vtkImagingOpenGL2
BACKEND
OpenGL2
TEST_DEPENDS
vtkTestingRendering
vtkInteractionStyle
DEPENDS
vtkImagingGeneral
vtkRenderingOpenGL2
PRIVATE_DEPENDS
vtkCommonCore
vtkCommonDataModel
vtkCommonExecutionModel
vtkRenderingOpenGL2
)
This diff is collapsed.
Click to expand it.
Imaging/OpenGL2/vtk.module
0 → 100644
+
16
−
0
View file @
9a966f24
NAME
VTK
::
ImagingOpenGL2
LIBRARY_NAME
vtkImagingOpenGL2
DEPENDS
VTK
::
ImagingGeneral
VTK
::
RenderingOpenGL2
PRIVATE_DEPENDS
VTK
::
CommonCore
VTK
::
CommonDataModel
VTK
::
CommonExecutionModel
VTK
::
RenderingOpenGL2
TEST_DEPENDS
VTK
::
InteractionStyle
VTK
::
IOImage
VTK
::
TestingRendering
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment