summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorUwe Klotz <uklotz@mixxx.org>2019-09-13 13:55:16 +0200
committerUwe Klotz <uklotz@mixxx.org>2020-02-11 22:03:22 +0100
commit3171c9c87c54d07f913c1e38e71ea2d7acce60d7 (patch)
tree0084c26d0446816d346c51a1ac8317b18640934e /build
parent39b9ef2f9740e6790a6586d413ca45bad736e9e2 (diff)
Add utility functions and typedefs for cache keys
Diffstat (limited to 'build')
-rw-r--r--build/depends.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/build/depends.py b/build/depends.py
index f558598ac9..9f0a9ebd25 100644
--- a/build/depends.py
+++ b/build/depends.py
@@ -1269,6 +1269,7 @@ class MixxxCore(Feature):
"src/util/xml.cpp",
"src/util/tapfilter.cpp",
"src/util/movinginterquartilemean.cpp",
+ "src/util/cache.cpp",
"src/util/console.cpp",
"src/util/color/color.cpp",
"src/util/db/dbconnection.cpp",