]> gitweb.stoutner.com Git - PrivacyBrowserPC.git/blobdiff - src/helpers/CMakeLists.txt
Add a man file.
[PrivacyBrowserPC.git] / src / helpers / CMakeLists.txt
index 042c5c37e0179a475c3175a80f49173c0c9ef336..a1a19de6e12f9274e322885f1a72f0d190273c2c 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,7 @@
 
 
 # List the sources to include in the executable.
-target_sources(privacy-browser PRIVATE
+target_sources(privacybrowser PRIVATE
     SearchEngineHelper.cpp
     UserAgentHelper.cpp
 )