2008-06-26 18:33:47 +08:00
|
|
|
/* -*-c++-*- OpenSceneGraph - Copyright (C) 2008 Robert Osfield
|
|
|
|
*
|
|
|
|
* This library is open source and may be redistributed and/or modified under
|
|
|
|
* the terms of the OpenSceneGraph Public License (OSGPL) version 0.0 or
|
|
|
|
* (at your option) any later version. The full license is in LICENSE file
|
|
|
|
* included with this distribution, and on the openscenegraph.org website.
|
|
|
|
*
|
|
|
|
* This library is distributed in the hope that it will be useful,
|
|
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
* OpenSceneGraph Public License for more details.
|
|
|
|
*/
|
|
|
|
|
|
|
|
/****************************************************************************
|
|
|
|
* THIS FILE IS AUTOGENERATED BY CMAKE. DO NOT EDIT!
|
|
|
|
****************************************************************************/
|
|
|
|
|
|
|
|
/* Changes to the configuration reflected here can be made with ccmake on
|
|
|
|
* unix or with cmake-gui on windows. Alternatively you can use cmake's -D
|
|
|
|
* or -P switches to set some configuration values at cmake configuration time.
|
|
|
|
*/
|
|
|
|
|
2008-06-20 23:50:53 +08:00
|
|
|
#ifndef OSG_CONFIG
|
|
|
|
#define OSG_CONFIG 1
|
|
|
|
|
|
|
|
#cmakedefine OSG_USE_FLOAT_MATRIX
|
|
|
|
#cmakedefine OSG_USE_FLOAT_PLANE
|
|
|
|
#cmakedefine OSG_USE_FLOAT_BOUNDINGSPHERE
|
|
|
|
#cmakedefine OSG_USE_FLOAT_BOUNDINGBOX
|
2008-10-03 23:36:34 +08:00
|
|
|
#cmakedefine OSG_USE_REF_PTR_IMPLICIT_OUTPUT_CONVERSION
|
2008-11-07 23:08:08 +08:00
|
|
|
#cmakedefine OSG_USE_UTF8_FILENAME
|
2008-11-25 00:32:52 +08:00
|
|
|
#cmakedefine OSG_DISABLE_MSVC_WARNINGS
|
2009-10-22 20:06:00 +08:00
|
|
|
|
2009-10-08 03:42:32 +08:00
|
|
|
#cmakedefine OSG_GLU_AVAILABLE
|
2009-10-22 20:06:00 +08:00
|
|
|
#cmakedefine OSG_GL1_AVAILABLE
|
|
|
|
#cmakedefine OSG_GL2_AVAILABLE
|
|
|
|
#cmakedefine OSG_GL3_AVAILABLE
|
|
|
|
#cmakedefine OSG_GLES1_AVAILABLE
|
|
|
|
#cmakedefine OSG_GLES2_AVAILABLE
|
|
|
|
#cmakedefine OSG_GL_DISPLAYLISTS_AVAILABLE
|
|
|
|
#cmakedefine OSG_GL_MATRICES_AVAILABLE
|
|
|
|
#cmakedefine OSG_GL_VERTEX_FUNCS_AVAILABLE
|
2009-10-25 19:52:01 +08:00
|
|
|
#cmakedefine OSG_GL_VERTEX_ARRAY_FUNCS_AVAILABLE
|
2009-10-22 20:06:00 +08:00
|
|
|
#cmakedefine OSG_GL_FIXED_FUNCTION_AVAILABLE
|
2008-06-20 23:50:53 +08:00
|
|
|
|
2008-06-26 18:33:47 +08:00
|
|
|
#endif
|