aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorAqua-sama <aqua@iserlohn-fortress.net>2018-06-07 13:03:47 +0200
committerAqua-sama <aqua@iserlohn-fortress.net>2018-06-07 13:03:47 +0200
commit7707fb4ed8ad8c951d9f41ce39823093d30a9f67 (patch)
treea70e08ba2d03afb68109ea89f370f8873e3645f5 /CMakeLists.txt
parentDon't copy profiles into profile manager plugin (diff)
downloadsmolbote-7707fb4ed8ad8c951d9f41ce39823093d30a9f67.tar.xz
Split webengine/webprofile into lib/web
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 0c3e378..cb86ce6 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -59,6 +59,7 @@ add_subdirectory(lib/addressbar)
add_subdirectory(lib/bookmarks)
add_subdirectory(lib/downloads)
add_subdirectory(lib/configuration)
+add_subdirectory(lib/web)
add_subdirectory(plugins/ProfileEditor)