BWAPI
|
00001 // Copyright (c) 2007 GeometryFactory (France). All rights reserved. 00002 // 00003 // This file is part of CGAL (www.cgal.org); you can redistribute it and/or 00004 // modify it under the terms of the GNU Lesser General Public License as 00005 // published by the Free Software Foundation; version 2.1 of the License. 00006 // See the file LICENSE.LGPL distributed with CGAL. 00007 // 00008 // Licensees holding a valid commercial license may use this file in 00009 // accordance with the commercial license agreement provided with the software. 00010 // 00011 // This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE 00012 // WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. 00013 // 00014 // $URL: svn+ssh://scm.gforge.inria.fr/svn/cgal/branches/CGAL-3.5-branch/Installation/include/CGAL/auto_link/CGAL.h $ 00015 // $Id: CGAL.h 42169 2008-02-12 20:36:56Z fcacciola $ 00016 // 00017 // 00018 // Author(s) : Fernando Cacciola (fernando.cacciola@geometryfactry.com) 00019 00020 #ifndef CGAL_AUTO_LINK_CGAL_H 00021 #define CGAL_AUTO_LINK_CGAL_H 00022 00023 #ifndef CGAL_NO_AUTOLINK_CGAL 00024 00025 #define CGAL_LIB_NAME CGAL 00026 #include <CGAL/auto_link/auto_link.h> 00027 00028 #endif // CGAL_NO_AUTOLINK_CGAL 00029 00030 #endif // CGAL_AUTO_LINK_CGAL_H 00031