]> gitweb.stoutner.com Git - PrivacyBrowserPC.git/blobdiff - src/windows/CMakeLists.txt
Add a man file.
[PrivacyBrowserPC.git] / src / windows / CMakeLists.txt
index 5fd76c49af06e2f8fde8138c8fab3cf280daeb8f..5bf1d72a540ed82435d84b885746e66b99e0fffe 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,6 +17,6 @@
 
 
 # List the sources to include in the executable.
-target_sources(privacy-browser PRIVATE
+target_sources(privacybrowser PRIVATE
     BrowserWindow.cpp
 )