]> gitweb.stoutner.com Git - PrivacyBrowserPC.git/blobdiff - src/databases/CMakeLists.txt
Partial bookmark implementation. https://redmine.stoutner.com/issues/968
[PrivacyBrowserPC.git] / src / databases / CMakeLists.txt
index e38dbd2a44e9a99528ffd71823ceb6de96366bb1..5f40f9938ce3aed79f8b3ac2ad4665f8e93db48c 100644 (file)
@@ -18,6 +18,7 @@
 
 # List the sources to include in the executable.
 target_sources(privacybrowser PRIVATE
+    BookmarksDatabase.cpp
     CookiesDatabase.cpp
     DomainsDatabase.cpp
 )