1
0
mirror of https://github.com/pevans/erc-c.git synced 2024-06-25 12:29:34 +00:00
erc-c/sources.cmake
2017-12-08 17:06:21 -06:00

16 lines
203 B
CMake

set(erc_sources
apple2.c
log.c
mos6502.c
mos6502.addr.c
mos6502.arith.c
mos6502.bits.c
mos6502.branch.c
mos6502.exec.c
mos6502.loadstor.c
mos6502.stat.c
option.c
vm_screen.c
vm_segment.c
)