summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorJan Holthuis <jan.holthuis@ruhr-uni-bochum.de>2020-02-15 16:35:13 +0100
committerJan Holthuis <jan.holthuis@ruhr-uni-bochum.de>2020-02-15 16:35:13 +0100
commitb3de6215b62bbc4f8872f9af05bf476212f66f3b (patch)
tree88a4df8ccc38b6ed075ae05f23eb55af0ccce99b /CMakeLists.txt
parent84bce36d93d2864fded225836af1abd86398b71b (diff)
library/serato: Move SeratoPlaylistModel into separate file
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 10e694ae4b..afce21f6e4 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -399,6 +399,7 @@ add_library(mixxx-lib STATIC EXCLUDE_FROM_ALL
src/library/searchquery.cpp
src/library/searchqueryparser.cpp
src/library/serato/seratofeature.cpp
+ src/library/serato/seratoplaylistmodel.cpp
src/library/setlogfeature.cpp
src/library/sidebarmodel.cpp
src/library/songdownloader.cpp