Added generic button
This commit is contained in:
@@ -22,12 +22,15 @@ list(APPEND CommonFiles
|
||||
blocks/simpleblocks.cpp
|
||||
mario.cpp
|
||||
blocks.cpp
|
||||
gui/gui.cpp
|
||||
)
|
||||
|
||||
list(APPEND SDLLibs
|
||||
sdlpp)
|
||||
|
||||
if(WIN32)
|
||||
list(APPEND CommonFiles
|
||||
filesystem/windows/filesystem.cpp)
|
||||
list(APPEND CommonFiles
|
||||
../sdlpp/SDL2/SDL2_framerate.c
|
||||
../sdlpp/SDL2/SDL2_gfxPrimitives.c
|
||||
@@ -51,6 +54,8 @@ if(WIN32)
|
||||
SDL2_ttf_m
|
||||
)
|
||||
else()
|
||||
list(APPEND CommonFiles
|
||||
filesystem/unix/filesystem.cpp)
|
||||
add_executable(mario)
|
||||
add_executable(editor)
|
||||
list(APPEND SDLLibs
|
||||
|
||||
Reference in New Issue
Block a user