mirror of https://github.com/axmolengine/axmol.git
fix android compile error
This commit is contained in:
parent
84540c1ff4
commit
8bdb8125a2
|
@ -4,7 +4,7 @@
|
|||
#include <spine/spine-cocos2dx.h>
|
||||
|
||||
#include "../testResource.h"
|
||||
#include "TerrainTest.h"
|
||||
#include "../TerrainTest/TerrainTest.h"
|
||||
|
||||
USING_NS_CC;
|
||||
using namespace spine;
|
||||
|
|
|
@ -125,6 +125,7 @@ LOCAL_SRC_FILES := main.cpp \
|
|||
../../Classes/ShaderTest/ShaderTest.cpp \
|
||||
../../Classes/ShaderTest/ShaderTest2.cpp \
|
||||
../../Classes/SpineTest/SpineTest.cpp \
|
||||
../../Classes/Scene3DTest/Scene3DTest.cpp \
|
||||
../../Classes/Sprite3DTest/DrawNode3D.cpp \
|
||||
../../Classes/Sprite3DTest/Sprite3DTest.cpp \
|
||||
../../Classes/SpritePolygonTest/SpritePolygonTest.cpp \
|
||||
|
|
Loading…
Reference in New Issue