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
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
Spiros Tsalikis
VTK
Commits
7602e905
Commit
7602e905
authored
7 years ago
by
Ben Boeckel
Browse files
Options
Downloads
Patches
Plain Diff
vtkCommonColor: update to the new module system
parent
85643687
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
Common/Color/CMakeLists.txt
+5
-5
5 additions, 5 deletions
Common/Color/CMakeLists.txt
Common/Color/module.cmake
+0
-14
0 additions, 14 deletions
Common/Color/module.cmake
Common/Color/vtk.module
+18
-0
18 additions, 0 deletions
Common/Color/vtk.module
with
23 additions
and
19 deletions
Common/Color/CMakeLists.txt
+
5
−
5
View file @
7602e905
set
(
Module_SRCS
vtkColorSeries.cxx
vtkNamedColors.cxx
)
set
(
classes
vtkColorSeries
vtkNamedColors
)
vtk_module_library
(
vtkCommonColor
${
Module_SRCS
}
)
vtk_module_add_module
(
VTK::CommonColor
CLASSES
${
classes
}
)
This diff is collapsed.
Click to expand it.
Common/Color/module.cmake
deleted
100644 → 0
+
0
−
14
View file @
85643687
vtk_module
(
vtkCommonColor
TEST_DEPENDS
vtkIOImage
vtkCommonExecutionModel
vtkRenderingOpenGL2
vtkTestingCore
vtkTestingRendering
vtkInteractionStyle
KIT
vtkCommon
DEPENDS
vtkCommonCore
vtkCommonDataModel
)
This diff is collapsed.
Click to expand it.
Common/Color/vtk.module
0 → 100644
+
18
−
0
View file @
7602e905
NAME
VTK
::
CommonColor
LIBRARY_NAME
vtkCommonColor
DESCRIPTION
Color
palette
and
named
color
support
classes
KIT
VTK
::
Common
DEPENDS
VTK
::
CommonCore
VTK
::
CommonDataModel
TEST_DEPENDS
VTK
::
CommonExecutionModel
VTK
::
IOImage
VTK
::
InteractionStyle
VTK
::
RenderingOpenGL2
VTK
::
TestingCore
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