Files
ThirdParty-6/ParaView-5.0.1/VTK/Rendering/GL2PS/module.cmake

17 lines
320 B
CMake

vtk_module(vtkRenderingGL2PS
TCL_NAME vtkRenderingGLtoPS
BACKEND
OpenGL
DEPENDS
vtkRenderingContext${VTK_RENDERING_BACKEND}
PRIVATE_DEPENDS
vtkRendering${VTK_RENDERING_BACKEND}
vtkRenderingFreeType
vtkgl2ps
TEST_DEPENDS
vtkTestingRendering
vtkInteractionStyle
KIT
vtkOpenGL
)