Files
ThirdParty-6/ParaView-5.0.1/ParaViewCore/ClientServerCore/Default/vtkPVPaths.h.in

26 lines
779 B
C

/*=========================================================================
Program: ParaView
Module: vtkPVPaths.h.in
Copyright (c) Kitware, Inc.
All rights reserved.
See Copyright.txt or http://www.paraview.org/HTML/Copyright.html for details.
This software is distributed WITHOUT ANY WARRANTY; without even
the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
PURPOSE. See the above copyright notice for more information.
=========================================================================*/
#ifndef VTK_PARAVIEW_PATHS_H
#define VTK_PARAVIEW_PATHS_H
static const char* PARAVIEW_PATHS[] = {
"@ParaView_SOURCE_DIR@",
"@ParaView_SOURCE_DIR@/GUI",
"@ParaView_BINARY_DIR@",
"@ParaView_BINARY_DIR@/GUI",
0};
#endif