Fix mathutil compilation with CMake.
This commit is contained in:
parent
c5a7e82009
commit
3d65bd49a7
|
|
@ -14,6 +14,7 @@
|
|||
|
||||
#include "boundingLine.h"
|
||||
#include "boundingSphere.h"
|
||||
#include "boundingBox.h"
|
||||
#include "config_mathutil.h"
|
||||
|
||||
#include <math.h>
|
||||
|
|
|
|||
|
|
@ -14,6 +14,8 @@
|
|||
|
||||
#include "boundingPlane.h"
|
||||
#include "boundingSphere.h"
|
||||
#include "boundingBox.h"
|
||||
#include "boundingHexahedron.h"
|
||||
#include "config_mathutil.h"
|
||||
|
||||
TypeHandle BoundingPlane::_type_handle;
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
|
|
@ -14,6 +14,7 @@
|
|||
|
||||
#include "finiteBoundingVolume.h"
|
||||
#include "boundingBox.h"
|
||||
#include "config_mathutil.h"
|
||||
|
||||
TypeHandle FiniteBoundingVolume::_type_handle;
|
||||
|
||||
|
|
|
|||
|
|
@ -19,6 +19,7 @@
|
|||
#include "mersenne.h"
|
||||
|
||||
#include <time.h>
|
||||
#include <math.h>
|
||||
|
||||
////////////////////////////////////////////////////////////////////
|
||||
// Class : Randomizer
|
||||
|
|
|
|||
|
|
@ -13,6 +13,7 @@
|
|||
////////////////////////////////////////////////////////////////////
|
||||
|
||||
#include "triangulator3.h"
|
||||
#include "look_at_src.h"
|
||||
|
||||
////////////////////////////////////////////////////////////////////
|
||||
// Function: Triangulator3::Constructor
|
||||
|
|
|
|||
Loading…
Reference in New Issue