From e4d4e4e002d74df1cf326cf98c5df4c6f263bacf Mon Sep 17 00:00:00 2001 From: Thomas Harte Date: Thu, 2 Apr 2020 19:16:22 -0400 Subject: [PATCH] Adds 6502 State to the SConstruct file. On the assumption I'll actually use it at some point. --- OSBindings/SDL/SConstruct | 1 + 1 file changed, 1 insertion(+) diff --git a/OSBindings/SDL/SConstruct b/OSBindings/SDL/SConstruct index 3889c723d..8f2414371 100644 --- a/OSBindings/SDL/SConstruct +++ b/OSBindings/SDL/SConstruct @@ -82,6 +82,7 @@ SOURCES += glob.glob('../../Outputs/OpenGL/*.cpp') SOURCES += glob.glob('../../Outputs/OpenGL/Primitives/*.cpp') SOURCES += glob.glob('../../Processors/6502/Implementation/*.cpp') +SOURCES += glob.glob('../../Processors/6502/State/*.cpp') SOURCES += glob.glob('../../Processors/68000/Implementation/*.cpp') SOURCES += glob.glob('../../Processors/Z80/Implementation/*.cpp')