Fix mathutil compilation with CMake.

This commit is contained in:
kestred 2014-01-19 12:13:14 -07:00
parent c5a7e82009
commit 3d65bd49a7
6 changed files with 12 additions and 0 deletions

View File

@ -14,6 +14,7 @@
#include "boundingLine.h"
#include "boundingSphere.h"
#include "boundingBox.h"
#include "config_mathutil.h"
#include <math.h>

View File

@ -14,6 +14,8 @@
#include "boundingPlane.h"
#include "boundingSphere.h"
#include "boundingBox.h"
#include "boundingHexahedron.h"
#include "config_mathutil.h"
TypeHandle BoundingPlane::_type_handle;

View File

@ -16,6 +16,12 @@
#include "finiteBoundingVolume.h"
#include "unionBoundingVolume.h"
#include "intersectionBoundingVolume.h"
#include "boundingBox.h"
#include "boundingLine.h"
#include "boundingPlane.h"
#include "boundingSphere.h"
#include "boundingHexahedron.h"
#include "config_mathutil.h"
#include "indent.h"

View File

@ -14,6 +14,7 @@
#include "finiteBoundingVolume.h"
#include "boundingBox.h"
#include "config_mathutil.h"
TypeHandle FiniteBoundingVolume::_type_handle;

View File

@ -19,6 +19,7 @@
#include "mersenne.h"
#include <time.h>
#include <math.h>
////////////////////////////////////////////////////////////////////
// Class : Randomizer

View File

@ -13,6 +13,7 @@
////////////////////////////////////////////////////////////////////
#include "triangulator3.h"
#include "look_at_src.h"
////////////////////////////////////////////////////////////////////
// Function: Triangulator3::Constructor