gb6/CMakeLists.txt
Matt Laux 1bd3dc8e28 got the old GUI compiling with Retro68
can't load a ROM because Standard File isn't loaded?
2019-04-17 02:36:49 -05:00

7 lines
108 B
CMake

add_application(Emulator
src/old/emulator.c
src/old/mem_model.c
src/old/z80.c
resources.r
)