mirror of
https://github.com/OpenFOAM/ThirdParty-6.git
synced 2025-12-08 06:57:43 +00:00
17 lines
333 B
CMake
17 lines
333 B
CMake
set(Module_SRCS
|
|
vtkEnSight6BinaryReader.cxx
|
|
vtkEnSight6Reader.cxx
|
|
vtkEnSightGoldBinaryReader.cxx
|
|
vtkEnSightGoldReader.cxx
|
|
vtkEnSightMasterServerReader.cxx
|
|
vtkEnSightReader.cxx
|
|
vtkGenericEnSightReader.cxx
|
|
)
|
|
|
|
set_source_files_properties(
|
|
vtkEnSightReader
|
|
ABSTRACT
|
|
)
|
|
|
|
vtk_module_library(vtkIOEnSight ${Module_SRCS})
|