mirror of https://github.com/axmolengine/axmol.git
1. using external/json folder for rapidjson
2. linux works now
This commit is contained in:
parent
10a49523b9
commit
07ec5970fb
|
@ -34,7 +34,7 @@
|
||||||
#include "3d/CCMesh.h"
|
#include "3d/CCMesh.h"
|
||||||
#include "3d/CCBundle3DData.h"
|
#include "3d/CCBundle3DData.h"
|
||||||
|
|
||||||
#include "document.h"
|
#include "external/json/document.h"
|
||||||
|
|
||||||
NS_CC_BEGIN
|
NS_CC_BEGIN
|
||||||
|
|
||||||
|
|
|
@ -2,6 +2,10 @@ set(COCOS_3D_SRC
|
||||||
3d/CCMesh.cpp
|
3d/CCMesh.cpp
|
||||||
3d/CCObjLoader.cpp
|
3d/CCObjLoader.cpp
|
||||||
3d/CCSprite3D.cpp
|
3d/CCSprite3D.cpp
|
||||||
3d/CCSprite3DDataCache.cpp
|
3d/CCSprite3DMaterial.cpp
|
||||||
|
3d/CCAnimate3D.cpp
|
||||||
|
3d/CCAnimation3D.cpp
|
||||||
|
3d/CCBundle3D.cpp
|
||||||
|
3d/CCMeshSkin.cpp
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue