mirror of
https://github.com/OpenFOAM/ThirdParty-6.git
synced 2025-12-08 06:57:43 +00:00
18 lines
377 B
CMake
18 lines
377 B
CMake
vtk_module(vtkChartsCore
|
|
GROUPS
|
|
StandAlone
|
|
DEPENDS
|
|
vtkRenderingContext2D
|
|
vtksys
|
|
PRIVATE_DEPENDS
|
|
vtkCommonColor
|
|
vtkInfovisCore # Needed for plot parallel coordinates vtkStringToCategory
|
|
TEST_DEPENDS
|
|
vtkTestingCore
|
|
vtkTestingRendering
|
|
vtkViewsContext2D
|
|
vtkRenderingContext${VTK_RENDERING_BACKEND}
|
|
#vtkIOExport
|
|
vtkIOInfovis
|
|
)
|