Files
ThirdParty-6/ParaView-5.0.1/Qt/ApplicationComponents/Testing/Cxx/CMakeLists.txt

8 lines
461 B
CMake

if(PARAVIEW_ENABLE_PYTHON AND VTK_PYTHON_FULL_THREADSAFE)
vtk_module_test_executable(pqApplicationComponentsTestVtkPythonScopeGilEnsurer TestVtkPythonScopeGilEnsurer.cxx ${MOC_SRCS})
ExternalData_add_test(ParaViewData
NAME pqApplicationComponentsTestVtkPythonScopeGilEnsurer
COMMAND pqApplicationComponentsTestVtkPythonScopeGilEnsurer)
set_tests_properties(pqApplicationComponentsTestVtkPythonScopeGilEnsurer PROPERTIES LABELS "PARAVIEW")
endif()