Skip to content
Snippets Groups Projects
Commit e2a96081 authored by Ben Boeckel's avatar Ben Boeckel
Browse files

zfp: include into the module system

parent 13a5ce9d
Branches
Tags
No related merge requests found
vtk_module_third_party(ZFP)
vtk_module(vtkzfp EXCLUDE_FROM_WRAPPING)
/*=========================================================================
Program: Visualization Toolkit
Module: vtk_zfp.h
Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
All rights reserved.
See Copyright.txt or http://www.kitware.com/Copyright.htm 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_zfp_h
#define vtk_zfp_h
/* Use the zfp library configured for VTK. */
#cmakedefine VTK_USE_SYSTEM_ZFP
#ifdef VTK_USE_SYSTEM_ZFP
# include <zfp.h>
#else
# include <vtkzfp/inc/zfp.h>
#endif
#endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment