Minor cleanup

deque
scrawl 11 years ago
parent 4f92044d71
commit c5fa7bf7c2

@ -1,16 +1,13 @@
# local files # local files
if (NOT ANDROID) set(GAME
set(GAME main.cpp
main.cpp engine.cpp
engine.cpp )
)
else() if (ANDROID)
set(GAME set(GAME ${GAME} android_main.c)
main.cpp
android_main.c
engine.cpp
)
endif() endif()
if(NOT WIN32 AND NOT ANDROID) if(NOT WIN32 AND NOT ANDROID)
set(GAME ${GAME} crashcatcher.cpp) set(GAME ${GAME} crashcatcher.cpp)
endif() endif()

Loading…
Cancel
Save