From 44421abbe89be2c6a6290182571fff82dfec9651 Mon Sep 17 00:00:00 2001 From: Aqua-sama Date: Thu, 15 Mar 2018 16:26:38 +0100 Subject: Moved Configuration class into library --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index c0ab789..a7cd876 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -37,6 +37,7 @@ endif (UseLibCpp) add_subdirectory(lib/bookmarks) add_subdirectory(lib/downloads) +add_subdirectory(lib/configuration) add_subdirectory(plugins/ProfileEditor) -- cgit v1.2.1