From f57c2a961faf3066b2feaf95195fb486926b8061 Mon Sep 17 00:00:00 2001 From: Thomas Harte Date: Sat, 14 Jan 2023 14:20:14 -0500 Subject: [PATCH] Add to further project files. --- OSBindings/Qt/clksignal.pro | 2 ++ OSBindings/SDL/SConstruct | 1 + 2 files changed, 3 insertions(+) diff --git a/OSBindings/Qt/clksignal.pro b/OSBindings/Qt/clksignal.pro index a3c341a97..ffbbb5fba 100644 --- a/OSBindings/Qt/clksignal.pro +++ b/OSBindings/Qt/clksignal.pro @@ -73,6 +73,7 @@ SOURCES += \ $$SRC/Components/OPx/*.cpp \ $$SRC/Components/SN76489/*.cpp \ $$SRC/Components/Serial/*.cpp \ + $$SRC/Components/RP5C01/*.cpp \ \ $$SRC/Inputs/*.cpp \ \ @@ -202,6 +203,7 @@ HEADERS += \ $$SRC/Components/OPx/Implementation/*.hpp \ $$SRC/Components/Serial/*.hpp \ $$SRC/Components/SN76489/*.hpp \ + $$SRC/Components/RP5C01/*.hpp \ \ $$SRC/Concurrency/*.hpp \ \ diff --git a/OSBindings/SDL/SConstruct b/OSBindings/SDL/SConstruct index b4cb26add..6b1e6e849 100644 --- a/OSBindings/SDL/SConstruct +++ b/OSBindings/SDL/SConstruct @@ -55,6 +55,7 @@ SOURCES += glob.glob('../../Components/AY38910/*.cpp') SOURCES += glob.glob('../../Components/DiskII/*.cpp') SOURCES += glob.glob('../../Components/KonamiSCC/*.cpp') SOURCES += glob.glob('../../Components/OPx/*.cpp') +SOURCES += glob.glob('../../Components/RP5C01/*.cpp') SOURCES += glob.glob('../../Components/SN76489/*.cpp') SOURCES += glob.glob('../../Components/Serial/*.cpp')