mirror of https://github.com/axmolengine/axmol.git
issue #2771: Fix CI compile errors.
This commit is contained in:
parent
6585fd2162
commit
0806c5fe15
|
@ -74,6 +74,11 @@ SOURCES = ../actions/CCAction.cpp \
|
|||
../particle_nodes/CCParticleSystem.cpp \
|
||||
../particle_nodes/CCParticleSystemQuad.cpp \
|
||||
../particle_nodes/CCParticleBatchNode.cpp \
|
||||
../physics/CCPhysicsBody.cpp \
|
||||
../physics/CCPhysicsContactDelegate.cpp \
|
||||
../physics/CCPhysicsFixture.cpp \
|
||||
../physics/CCPhysicsJoint.cpp \
|
||||
../physics/CCPhysicsWorld.cpp \
|
||||
../platform/CCSAXParser.cpp \
|
||||
../platform/CCThread.cpp \
|
||||
../platform/CCEGLViewProtocol.cpp \
|
||||
|
|
|
@ -44,8 +44,6 @@ THE SOFTWARE.
|
|||
#include "cocoa/CCAffineTransform.h"
|
||||
#include "support/TransformUtils.h"
|
||||
#include "support/CCProfiling.h"
|
||||
#include "physics/CCPhysicsBody.h"
|
||||
#include "physics/CCPhysicsWorld.h"
|
||||
// external
|
||||
#include "kazmath/GL/matrix.h"
|
||||
|
||||
|
|
Loading…
Reference in New Issue