You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
654 B
29 lines
654 B
SUBDIRS(Cxx)
|
|
|
|
IF (VTK_WRAP_TCL)
|
|
SUBDIRS(Tcl)
|
|
ENDIF (VTK_WRAP_TCL)
|
|
|
|
IF (VTK_WRAP_PYTHON)
|
|
SUBDIRS(Python)
|
|
ENDIF (VTK_WRAP_PYTHON)
|
|
|
|
IF(PYTHON_EXECUTABLE)
|
|
ADD_TEST(HeaderTesting-Rendering ${PYTHON_EXECUTABLE}
|
|
${VTK_SOURCE_DIR}/Common/Testing/HeaderTesting.py
|
|
"${VTK_SOURCE_DIR}/Rendering"
|
|
VTK_RENDERING_EXPORT
|
|
vtkTkRenderWidget.h
|
|
vtkTkInternals.h
|
|
vtkTkImageViewerWidget.h
|
|
vtkCocoaGLView.h
|
|
vtkCocoaWindow.h
|
|
vtkFreeTypeUtilities.h
|
|
vtkgluPickMatrix.h
|
|
vtkOpenGL.h
|
|
vtkOpenGLStateCache.h
|
|
vtkVolumeShearWarpDataStructure.h
|
|
vtkgl.h
|
|
vtkOpenGLExtensionManagerConfigure.h
|
|
)
|
|
ENDIF(PYTHON_EXECUTABLE)
|
|
|