From a5209ab1fd9a9ba95074c1115cb70d6fe9e33097 Mon Sep 17 00:00:00 2001 From: casey langen Date: Fri, 27 Oct 2017 10:10:31 -0700 Subject: [PATCH] Added missing file to CMakeLists.txt. Compiles on Linux and macOS again. --- src/core/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/src/core/CMakeLists.txt b/src/core/CMakeLists.txt index 1120fe73f..e80e08212 100644 --- a/src/core/CMakeLists.txt +++ b/src/core/CMakeLists.txt @@ -21,6 +21,7 @@ set(CORE_SOURCES ./library/LocalLibrary.cpp ./library/LocalSimpleDataProvider.cpp ./library/query/local/AlbumListQuery.cpp + ./library/query/local/AppendPlaylistQuery.cpp ./library/query/local/GetPlaylistQuery.cpp ./library/query/local/CategoryListQuery.cpp ./library/query/local/CategoryTrackListQuery.cpp