vtkBuild.h
Go to the documentation of this file.
1 // SPDX-FileCopyrightText: Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
2 // SPDX-License-Identifier: BSD-3-Clause
3 #ifndef vtkBuild_h
4 #define vtkBuild_h
5 
6 /* Whether we are building shared libraries. */
7 #define VTK_BUILD_SHARED_LIBS
8 
9 #endif