--- 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:34:39 1.1.1.4 @@ -1,11 +1,12 @@ -include_directories(. ../.. ../debug ../includes ${SDL_INCLUDE_DIR}) +include_directories(. ../.. ../debug ../includes ${SDL2_INCLUDE_DIR} ${PCAP_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 dlgEthernetAdvanced.c dlgFileSelect.c + dlgFloppy.c dlgGraphics.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 +)