From 34eb6ae80544d172ed8828821bf4df188a8be048 Mon Sep 17 00:00:00 2001 From: casey langen Date: Thu, 1 Oct 2020 10:06:39 -0700 Subject: [PATCH] Added missing files to core's CMakeLists.txt --- src/core/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/core/CMakeLists.txt b/src/core/CMakeLists.txt index 7af71b035..68a7e1cd0 100644 --- a/src/core/CMakeLists.txt +++ b/src/core/CMakeLists.txt @@ -23,6 +23,8 @@ set(CORE_SOURCES ./library/LibraryFactory.cpp ./library/LocalLibrary.cpp ./library/LocalMetadataProxy.cpp + ./library/QueryRegistry.cpp + ./library/RemoteLibrary.cpp ./library/query/AlbumListQuery.cpp ./library/query/AllCategoriesQuery.cpp ./library/query/AppendPlaylistQuery.cpp