mirror of https://github.com/axmolengine/axmol.git
fix linux compile
This commit is contained in:
parent
ffee7b27d4
commit
e24192aeb2
|
@ -2,7 +2,6 @@ set(APP_NAME cpp-tests)
|
|||
|
||||
if(WIN32)
|
||||
set(PLATFORM_SRC
|
||||
Classes/ExtensionsTest/EditBoxTest/EditBoxTest.cpp
|
||||
Classes/ExtensionsTest/NetworkTest/WebSocketTest.cpp
|
||||
Classes/ExtensionsTest/NetworkTest/SocketIOTest.cpp
|
||||
proj.win32/main.cpp
|
||||
|
@ -125,7 +124,6 @@ set(SAMPLE_SRC
|
|||
Classes/UITest/CocoStudioGUITest/CustomWidget/CustomReader.cpp
|
||||
Classes/UITest/CocoStudioGUITest/CustomTest/CustomImageTest/CustomImageTest.cpp
|
||||
Classes/UITest/CocoStudioGUITest/CustomTest/CustomParticleWidgetTest/CustomParticleWidgetTest.cpp
|
||||
Classes/ExtensionsTest/Scale9SpriteTest/Scale9SpriteTest.cpp
|
||||
Classes/NewRendererTest/NewRendererTest.cpp
|
||||
Classes/NewEventDispatcherTest/NewEventDispatcherTest.cpp
|
||||
Classes/FontTest/FontTest.cpp
|
||||
|
|
Loading…
Reference in New Issue