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.
20 lines
436 B
20 lines
436 B
2 years ago
|
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-VolumeRendering ${PYTHON_EXECUTABLE}
|
||
|
${VTK_SOURCE_DIR}/Common/Testing/HeaderTesting.py
|
||
|
"${VTK_SOURCE_DIR}/VolumeRendering"
|
||
|
VTK_VOLUMERENDERING_EXPORT
|
||
|
vtkVolumeShearWarpDataStructure.h
|
||
|
vtkVolumeProMapper.h
|
||
|
)
|
||
|
ENDIF(PYTHON_EXECUTABLE)
|