vtk_cgns.h
Go to the documentation of this file.
1 // SPDX-FileCopyrightText: Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
2 // SPDX-FileCopyrightText: Copyright (c) Kitware, Inc.
3 // SPDX-License-Identifier: BSD-3-Clause
4 #ifndef vtk_cgns_h
5 #define vtk_cgns_h
6 
7 /* Use the cgns library configured for VTK. */
8 #define VTK_MODULE_USE_EXTERNAL_VTK_cgns 0
9 
19 #if VTK_MODULE_USE_EXTERNAL_VTK_cgns
20 # define VTK_CGNS(x) <x>
21 #else
22 # define VTK_CGNS(x) <vtkcgns/src/x>
23 #endif
24 
25 #endif