Files
ThirdParty-6/ParaView-5.0.1/VTK/Utilities/PythonInterpreter/CMakeLists.txt

11 lines
205 B
CMake

set (Module_SRCS
vtkPythonInterpreter.cxx
vtkPythonInteractiveInterpreter.cxx
)
set (${vtk-module}_HDRS
vtkPythonStdStreamCaptureHelper.h)
vtk_module_library(vtkPythonInterpreter
${Module_SRCS})