--- previous/src/CMakeLists.txt 2018/04/24 19:25:31 1.1.1.2 +++ previous/src/CMakeLists.txt 2018/04/24 19:27:33 1.1.1.3 @@ -1,12 +1,12 @@ set(SOURCES cart.c cfgopts.c clocks_timings.c configuration.c options.c change.c - control.c cycInt.c cycles.c dialog.c file.c + control.c cycInt.c cycles.c dialog.c dma.c esp.c ethernet.c file.c ioMem.c ioMemTabNEXT.c memorySnapShot.c keymap.c - m68000.c main.c - paths.c resolution.c reset.c - scandir.c nextMemory.c screen.c screenSnapShot.c shortcut.c - statusbar.c str.c zip.c unzip.c utils.c + m68000.c main.c mo.c nextMemory.c + paths.c resolution.c reset.c scandir.c scc.c + screen.c screenSnapShot.c scsi.c shortcut.c + statusbar.c str.c sysReg.c zip.c unzip.c utils.c video.c ) # When building for OSX, define specific sources for gui and ressources @@ -123,7 +123,7 @@ endif(PORTAUDIO_FOUND) if(WIN32) # Needed for socket() on Windows - target_link_libraries(hatari ws2_32) + target_link_libraries(previous ws2_32) endif(WIN32) if(ENABLE_OSX_BUNDLE)