comparison files.pri @ 1729:abd8b9673028 by-id

Experiment toward working out an id-model store
author Chris Cannam
date Thu, 20 Jun 2019 14:57:39 +0100
parents dfcd05e8bd2f
children 601851995f4b
comparison
equal deleted inserted replaced
1727:8efce64dd85e 1729:abd8b9673028
1 SVCORE_HEADERS = \ 1 SVCORE_HEADERS = \
2 base/AudioLevel.h \ 2 base/AudioLevel.h \
3 base/AudioPlaySource.h \ 3 base/AudioPlaySource.h \
4 base/AudioRecordTarget.h \ 4 base/AudioRecordTarget.h \
5 base/BaseTypes.h \ 5 base/BaseTypes.h \
6 base/ById.h \
6 base/Clipboard.h \ 7 base/Clipboard.h \
7 base/ColumnOp.h \ 8 base/ColumnOp.h \
8 base/Command.h \ 9 base/Command.h \
9 base/Debug.h \ 10 base/Debug.h \
10 base/Event.h \ 11 base/Event.h \
147 transform/ModelTransformer.h \ 148 transform/ModelTransformer.h \
148 transform/ModelTransformerFactory.h 149 transform/ModelTransformerFactory.h
149 150
150 SVCORE_SOURCES = \ 151 SVCORE_SOURCES = \
151 base/AudioLevel.cpp \ 152 base/AudioLevel.cpp \
153 base/ById.cpp \
152 base/Clipboard.cpp \ 154 base/Clipboard.cpp \
153 base/ColumnOp.cpp \ 155 base/ColumnOp.cpp \
154 base/Command.cpp \ 156 base/Command.cpp \
155 base/Debug.cpp \ 157 base/Debug.cpp \
156 base/EventSeries.cpp \ 158 base/EventSeries.cpp \