dust3d/thirdparty/cgal/CGAL-5.1/include/CGAL/auto_link/ImageIO.h

31 lines
998 B
C
Raw Normal View History

// Copyright (c) 2007 GeometryFactory (France). All rights reserved.
//
2020-10-13 12:44:25 +00:00
// This file is part of CGAL (www.cgal.org)
//
2020-10-13 12:44:25 +00:00
// $URL: https://github.com/CGAL/cgal/blob/v5.1/Installation/include/CGAL/auto_link/ImageIO.h $
// $Id: ImageIO.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot
// SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial
//
//
// Author(s) : Fernando Cacciola (fernando.cacciola@geometryfactry.com)
#ifndef CGAL_AUTO_LINK_IMAGEIO_H
#define CGAL_AUTO_LINK_IMAGEIO_H
#include <CGAL/config.h>
#ifndef CGAL_NO_AUTOLINK_IMAGEIO
2020-10-13 12:44:25 +00:00
#if ( ! defined( CGAL_EXPORTS ) ) && (! defined ( CGAL_ImageIO_EXPORTS ) )
// If CGAL_EXPORTS is defined it means that we are building the CGAL
// library as a DLL. The CGAL.dll does not really depend on CGAL_ImageIO,
// whatever the header inclusion graph says.
#define CGAL_LIB_NAME CGAL_ImageIO
#include <CGAL/auto_link/auto_link.h>
#endif // CGAL_EXPORTS
#endif // CGAL_NO_AUTOLINK_IMAGEIO
#endif // CGAL_AUTO_LINK_IMAGEIO_H