]> gitweb.stoutner.com Git - PrivacyBrowserPC.git/blobdiff - src/filters/CMakeLists.txt
Add a man file.
[PrivacyBrowserPC.git] / src / filters / CMakeLists.txt
index c57b6ee7b6f7c10c2525fc146ebf612fd77e80b3..c0d56519a3b50bcb04aea85b2d9a424eea204bb1 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
     MouseEventFilter.cpp
 )