From Mathias Froehlich, moved optional config variables into include/osg/Config file that

is automatically created by cmake according to its own settings.
This commit is contained in:
Robert Osfield
2008-06-20 15:50:53 +00:00
parent 7b19b987ec
commit a71939c5bb
7 changed files with 40 additions and 32 deletions

View File

@@ -14,6 +14,7 @@
#ifndef OSG_MATRIX
#define OSG_MATRIX 1
#include <osg/Config>
#include <osg/Matrixd>
#include <osg/Matrixf>