mirror of
https://github.com/OpenFOAM/ThirdParty-6.git
synced 2025-12-08 06:57:43 +00:00
21 lines
453 B
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
|
|
)
|