vtk_protobuf.h
Go to the documentation of this file.
1 // SPDX-FileCopyrightText: Copyright (c) Kitware Inc.
2 // SPDX-License-Identifier: BSD-3-Clause
3 #ifndef vtk_protobuf_h
4 #define vtk_protobuf_h
5 
6 /* Use the protobuf library configured for ParaView. */
7 #define VTK_MODULE_USE_EXTERNAL_ParaView_protobuf 0
8 
9 #if VTK_MODULE_USE_EXTERNAL_ParaView_protobuf
10 # include <google/protobuf/message.h>
11 #else
12 # include <vtkprotobuf/src/google/protobuf/message.h>
13 #endif
14 
15 #endif