summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorUwe Klotz <uklotz@mixxx.org>2020-02-23 02:04:55 +0100
committerUwe Klotz <uklotz@mixxx.org>2020-02-27 16:26:20 +0100
commit745f336b614c14662f62f358317e61669259559b (patch)
treead3685ee5fd0482eeb53522d381a1cc13d934ec9 /CMakeLists.txt
parent540c901f873308227a34997c566a2f6f4f923019 (diff)
Add AcoustIdLookupTask
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index f13fceb559..73e853db72 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -432,6 +432,7 @@ add_library(mixxx-lib STATIC EXCLUDE_FROM_ALL
src/musicbrainz/musicbrainzclient.cpp
src/musicbrainz/network.cpp
src/musicbrainz/tagfetcher.cpp
+ src/musicbrainz/web/acoustidlookuptask.cpp
src/network/jsonwebtask.cpp
src/network/webtask.cpp
src/preferences/broadcastprofile.cpp