]> gitweb.stoutner.com Git - PrivacyBrowserPC.git/blobdiff - src/windows/CMakeLists.txt
Partial filter list implementation.
[PrivacyBrowserPC.git] / src / windows / CMakeLists.txt
index 7f3cbf0bef8f99eef07479a4861141b987605e75..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,7 +17,6 @@
 
 
 # List the sources to include in the executable.
-target_sources(privacy-browser PRIVATE
+target_sources(privacybrowser PRIVATE
     BrowserWindow.cpp
-    DomainSettingsWindow.cpp
 )