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.
17 lines
364 B
17 lines
364 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-Parallel ${PYTHON_EXECUTABLE}
|
|
${VTK_SOURCE_DIR}/Common/Testing/HeaderTesting.py
|
|
"${VTK_SOURCE_DIR}/Parallel"
|
|
VTK_PARALLEL_EXPORT
|
|
vtkMPI.h
|
|
)
|
|
ENDIF(PYTHON_EXECUTABLE)
|
|
|