Files
ThirdParty-6/ParaView-5.0.1/Qt/ApplicationComponents/module.cmake

21 lines
453 B
CMake

vtk_module(pqApplicationComponents
GROUPS
ParaViewQt
DEPENDS
pqComponents
vtkGUISupportQt
PRIVATE_DEPENDS
vtkPVAnimation
vtkPVServerManagerDefault
vtkPVServerManagerRendering
vtksys
vtkjsoncpp
COMPILE_DEPENDS
# doesn't really depend on this, but a good way to enable this
# tool when ParaView UI is being built.
vtkUtilitiesLegacyColorMapXMLToJSON
EXCLUDE_FROM_WRAPPING
TEST_LABELS
PARAVIEW
)