1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-11-26 08:49:37 +00:00

Add 68k decoder to SDL build.

... and therefore to automated compilation testing.
This commit is contained in:
Thomas Harte 2022-04-18 14:43:41 -04:00
parent e4c6251ef5
commit 41fb18e573

View File

@ -65,6 +65,7 @@ SOURCES += glob.glob('../../Configurable/*.cpp')
SOURCES += glob.glob('../../Inputs/*.cpp')
SOURCES += glob.glob('../../InstructionSets/M50740/*.cpp')
SOURCES += glob.glob('../../InstructionSets/68k/*.cpp')
SOURCES += glob.glob('../../InstructionSets/PowerPC/*.cpp')
SOURCES += glob.glob('../../InstructionSets/x86/*.cpp')