Skip to content
Snippets Groups Projects
Commit 7602e905 authored by Ben Boeckel's avatar Ben Boeckel
Browse files

vtkCommonColor: update to the new module system

parent 85643687
No related branches found
No related tags found
No related merge requests found
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})
vtk_module(vtkCommonColor
TEST_DEPENDS
vtkIOImage
vtkCommonExecutionModel
vtkRenderingOpenGL2
vtkTestingCore
vtkTestingRendering
vtkInteractionStyle
KIT
vtkCommon
DEPENDS
vtkCommonCore
vtkCommonDataModel
)
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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment