]> gitweb.stoutner.com Git - PrivacyBrowserPC.git/blobdiff - src/helpers/CMakeLists.txt
Add bookmark folders.
[PrivacyBrowserPC.git] / src / helpers / CMakeLists.txt
index 042c5c37e0179a475c3175a80f49173c0c9ef336..921e0c078290ca5df6ee973847025535ccf9631e 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright © 2022 Soren Stoutner <soren@stoutner.com>.
+# Copyright 2022-2023 Soren Stoutner <soren@stoutner.com>.
 #
 # This file is part of Privacy Browser PC <https://www.stoutner.com/privacy-browser-pc>.
 #
@@ -17,7 +17,8 @@
 
 
 # List the sources to include in the executable.
-target_sources(privacy-browser PRIVATE
+target_sources(privacybrowser PRIVATE
+    FolderHelper.cpp
     SearchEngineHelper.cpp
     UserAgentHelper.cpp
 )