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.
24 lines
463 B
24 lines
463 B
2 years ago
|
IF (VTK_WRAP_TCL)
|
||
|
SUBDIRS(Tcl)
|
||
|
ENDIF (VTK_WRAP_TCL)
|
||
|
|
||
|
IF (VTK_WRAP_PYTHON)
|
||
|
SUBDIRS(Python)
|
||
|
ENDIF (VTK_WRAP_PYTHON)
|
||
|
|
||
|
SUBDIRS(Cxx)
|
||
|
|
||
|
IF(PYTHON_EXECUTABLE)
|
||
|
ADD_TEST(HeaderTesting-IO ${PYTHON_EXECUTABLE}
|
||
|
${VTK_SOURCE_DIR}/Common/Testing/HeaderTesting.py
|
||
|
"${VTK_SOURCE_DIR}/IO"
|
||
|
VTK_IO_EXPORT
|
||
|
vtkPLY.h
|
||
|
vtkBase64Utilities.h
|
||
|
vtkXMLUtilities.h
|
||
|
vtkXMLWriterC.h
|
||
|
vtkXMLWriterF.h
|
||
|
vtkOffsetsManagerArray.h
|
||
|
)
|
||
|
ENDIF(PYTHON_EXECUTABLE)
|