summaryrefslogtreecommitdiffstats
path: root/build/depends.py
diff options
context:
space:
mode:
authorJan Holthuis <jan.holthuis@ruhr-uni-bochum.de>2019-11-16 04:18:36 +0100
committerJan Holthuis <jan.holthuis@ruhr-uni-bochum.de>2020-02-29 17:48:40 +0100
commit16a4778d17408ddee031c7d8ee3f7f1102debd1f (patch)
tree8e52f4906366baf3dcbc4d0a9c8c6440f42427a9 /build/depends.py
parent3864c800bd7b9b81b326f5f7243d271115be29a3 (diff)
src/controllers: Add ColorMapper class for controller scripts
Diffstat (limited to 'build/depends.py')
-rw-r--r--build/depends.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/build/depends.py b/build/depends.py
index ac62b65794..41dd2019b5 100644
--- a/build/depends.py
+++ b/build/depends.py
@@ -927,6 +927,8 @@ class MixxxCore(Feature):
"src/controllers/softtakeover.cpp",
"src/controllers/keyboard/keyboardeventfilter.cpp",
"src/controllers/colorjsproxy.cpp",
+ "src/controllers/colormapper.cpp",
+ "src/controllers/colormapperjsproxy.cpp",
"src/main.cpp",
"src/mixxx.cpp",