summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorDaniel Schürmann <daschuer@mixxx.org>2020-02-18 23:29:24 +0100
committerGitHub <noreply@github.com>2020-02-18 23:29:24 +0100
commit030e7927d51dde4188e8d3f7936bb06503d7ab2e (patch)
tree40e93e0031137f32133d98ff77c19695ad9b335a /build
parent2f642467c28c57140566f9794d010823ee0fb899 (diff)
parent866704d072099020454dfc880b29b4bdde59a085 (diff)
Merge pull request #2497 from uklotzde/libraryscannerhash
LibraryScanner: Improve hashing of directory contents
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 88dce0befd..812fdad813 100644
--- a/build/depends.py
+++ b/build/depends.py
@@ -1274,6 +1274,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",