HatariWii/src/gui-sdl/CMakeLists.txt
2018-05-25 20:45:09 +02:00

14 lines
418 B
CMake

include_directories(. ../.. ../debug ../includes ${SDL_INCLUDE_DIR})
if(CMAKE_COMPILER_IS_GNUCC)
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Wno-write-strings")
endif(CMAKE_COMPILER_IS_GNUCC)
add_library(GuiSdl
dlgAbout.c dlgHalt.c dlgAlert.c dlgDevice.c dlgFileSelect.c dlgFloppy.c
dlgHardDisk.c dlgJoystick.c dlgKeyboard.c dlgMain.c dlgMemory.c
dlgNewDisk.c dlgRom.c dlgScreen.c dlgSound.c dlgSystem.c
sdlgui.c
)