vtk_libharu.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 vtk_libharu_h
4 #define vtk_libharu_h
5 
6 /* Use the libharu library configured for VTK. */
7 #define VTK_MODULE_USE_EXTERNAL_vtklibharu 0
8 
9 /* #undef HPDF_DLL */
10 
11 #if VTK_MODULE_USE_EXTERNAL_vtklibharu
12 # include <hpdf.h>
13 #else
14 # include <vtklibharu/include/hpdf.h>
15 #endif
16 
17 #endif // #ifndef vtk_libharu_h