1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-11-25 16:31:42 +00:00

Add to further project files.

This commit is contained in:
Thomas Harte 2023-01-14 14:20:14 -05:00
parent 48a4355592
commit f57c2a961f
2 changed files with 3 additions and 0 deletions

View File

@ -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 \
\

View File

@ -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')