]> gitweb.stoutner.com Git - PrivacyBrowserPC.git/blobdiff - src/delegates/CMakeLists.txt
Filter options implementation.
[PrivacyBrowserPC.git] / src / delegates / CMakeLists.txt
index d26efe712c25eb21d256ea048597f0515910710e..440ec44f5540fec1a61430956ff3e69fba816193 100644 (file)
@@ -1,6 +1,6 @@
-# Copyright 2022-2023 Soren Stoutner <soren@stoutner.com>.
+# Copyright 2022-2024 Soren Stoutner <soren@stoutner.com>.
 #
-# This file is part of Privacy Browser PC <https://www.stoutner.com/privacy-browser-pc>.
+# This file is part of Privacy Browser PC <https://www.stoutner.com/privacy-browser-pc/>.
 #
 # Privacy Browser PC is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -18,5 +18,6 @@
 
 # List the sources to include in the executable.
 target_sources(privacybrowser PRIVATE
+    ViewAndCopyDelegate.cpp
     ViewOnlyDelegate.cpp
 )