]> gitweb.stoutner.com Git - PrivacyBrowserPC.git/blobdiff - src/helpers/CMakeLists.txt
Add bookmark folders.
[PrivacyBrowserPC.git] / src / helpers / CMakeLists.txt
index a1a19de6e12f9274e322885f1a72f0d190273c2c..921e0c078290ca5df6ee973847025535ccf9631e 100644 (file)
@@ -18,6 +18,7 @@
 
 # List the sources to include in the executable.
 target_sources(privacybrowser PRIVATE
+    FolderHelper.cpp
     SearchEngineHelper.cpp
     UserAgentHelper.cpp
 )