--- previous/src/gui-sdl/CMakeLists.txt 2018/04/24 19:25:10 1.1.1.1 +++ previous/src/gui-sdl/CMakeLists.txt 2018/04/24 19:30:47 1.1.1.3 @@ -1,11 +1,12 @@ -include_directories(. ../.. ../debug ../includes ${SDL_INCLUDE_DIR}) +include_directories(. ../.. ../debug ../includes ${SDL2_INCLUDE_DIR}) set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Wno-write-strings") add_library(GuiSdl - dlgAbout.c dlgAlert.c dlgDevice.c dlgFileSelect.c - dlgMain.c dlgMemory.c - dlgRom.c dlgScreen.c dlgSystem.c - sdlgui.c - ) + dlgAbout.c dlgAdvanced.c dlgAlert.c dlgBoot.c dlgDimension.c + dlgDiskSelect.c dlgEthernet.c dlgFileSelect.c dlgFloppy.c + dlgKeyboard.c dlgMain.c dlgMemory.c dlgMemoryAdvanced.c + dlgMissingFile.c dlgMouse.c dlgOpticalDisk.c dlgPrinter.c + dlgRom.c dlgSCSI.c dlgSound.c dlgSystem.c sdlgui.c +)