Skip to content
Snippets Groups Projects
Commit 9a966f24 authored by Utkarsh Ayachit's avatar Utkarsh Ayachit Committed by Ben Boeckel
Browse files

vtkImagingOpenGL2: update to the new module system

parent 5168d21e
No related branches found
No related tags found
No related merge requests found
set(Module_SRCS
vtkOpenGLImageGradient.cxx
set(classes
vtkOpenGLImageGradient
)
vtk_module_library(${vtk-module} ${Module_SRCS})
vtk_module_add_module(VTK::ImagingOpenGL2
CLASSES ${classes})
vtk_module(vtkImagingOpenGL2
BACKEND
OpenGL2
TEST_DEPENDS
vtkTestingRendering
vtkInteractionStyle
DEPENDS
vtkImagingGeneral
vtkRenderingOpenGL2
PRIVATE_DEPENDS
vtkCommonCore
vtkCommonDataModel
vtkCommonExecutionModel
vtkRenderingOpenGL2
)
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
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