add to linux project

This commit is contained in:
yangxiao 2014-09-26 16:54:01 +08:00
parent c335df1071
commit abd960725a
2 changed files with 2 additions and 0 deletions

View File

@ -193,6 +193,7 @@ set(COCOS2D_BASE_SRC
3d/CCSprite3D.cpp
3d/CCSprite3DMaterial.cpp
3d/CCBillBoard.cpp
3d/CCLight3D.cpp
network/HttpClient.cpp
network/SocketIO.cpp

View File

@ -136,6 +136,7 @@ set(TESTS_SRC
Classes/LabelTest/LabelTest.cpp
Classes/LabelTest/LabelTestNew.cpp
Classes/LayerTest/LayerTest.cpp
Classes/LightTest/LightTest.cpp
Classes/MenuTest/MenuTest.cpp
Classes/MotionStreakTest/MotionStreakTest.cpp
Classes/MutiTouchTest/MutiTouchTest.cpp