1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-10-03 10:54:46 +00:00

Merge pull request #1070 from TomHarte/ConcurrencyProjectFiles

Remove concurrency/*.cpp from various project files.
This commit is contained in:
Thomas Harte 2022-07-17 14:46:27 -04:00 committed by GitHub
commit 80bc530d17
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 4 deletions

View File

@ -72,8 +72,6 @@ SOURCES += \
$$SRC/Components/OPx/*.cpp \
$$SRC/Components/SN76489/*.cpp \
$$SRC/Components/Serial/*.cpp \
\
$$SRC/Concurrency/*.cpp \
\
$$SRC/Inputs/*.cpp \
\

View File

@ -58,8 +58,6 @@ SOURCES += glob.glob('../../Components/OPx/*.cpp')
SOURCES += glob.glob('../../Components/SN76489/*.cpp')
SOURCES += glob.glob('../../Components/Serial/*.cpp')
SOURCES += glob.glob('../../Concurrency/*.cpp')
SOURCES += glob.glob('../../Configurable/*.cpp')
SOURCES += glob.glob('../../Inputs/*.cpp')