mirror of https://github.com/axmolengine/axmol.git
add to linux project
This commit is contained in:
parent
c335df1071
commit
abd960725a
|
@ -193,6 +193,7 @@ set(COCOS2D_BASE_SRC
|
||||||
3d/CCSprite3D.cpp
|
3d/CCSprite3D.cpp
|
||||||
3d/CCSprite3DMaterial.cpp
|
3d/CCSprite3DMaterial.cpp
|
||||||
3d/CCBillBoard.cpp
|
3d/CCBillBoard.cpp
|
||||||
|
3d/CCLight3D.cpp
|
||||||
|
|
||||||
network/HttpClient.cpp
|
network/HttpClient.cpp
|
||||||
network/SocketIO.cpp
|
network/SocketIO.cpp
|
||||||
|
|
|
@ -136,6 +136,7 @@ set(TESTS_SRC
|
||||||
Classes/LabelTest/LabelTest.cpp
|
Classes/LabelTest/LabelTest.cpp
|
||||||
Classes/LabelTest/LabelTestNew.cpp
|
Classes/LabelTest/LabelTestNew.cpp
|
||||||
Classes/LayerTest/LayerTest.cpp
|
Classes/LayerTest/LayerTest.cpp
|
||||||
|
Classes/LightTest/LightTest.cpp
|
||||||
Classes/MenuTest/MenuTest.cpp
|
Classes/MenuTest/MenuTest.cpp
|
||||||
Classes/MotionStreakTest/MotionStreakTest.cpp
|
Classes/MotionStreakTest/MotionStreakTest.cpp
|
||||||
Classes/MutiTouchTest/MutiTouchTest.cpp
|
Classes/MutiTouchTest/MutiTouchTest.cpp
|
||||||
|
|
Loading…
Reference in New Issue