X-Git-Url: https://gitweb.stoutner.com/?a=blobdiff_plain;f=src%2Fdelegates%2FCMakeLists.txt;fp=src%2Fdelegates%2FCMakeLists.txt;h=440ec44f5540fec1a61430956ff3e69fba816193;hb=f8f8d907d0caa128abf73696f812f8e92db812b7;hp=d26efe712c25eb21d256ea048597f0515910710e;hpb=a44e607fb5398c80c5de2629017865ae749e8fbf;p=PrivacyBrowserPC.git diff --git a/src/delegates/CMakeLists.txt b/src/delegates/CMakeLists.txt index d26efe7..440ec44 100644 --- a/src/delegates/CMakeLists.txt +++ b/src/delegates/CMakeLists.txt @@ -1,6 +1,6 @@ -# Copyright 2022-2023 Soren Stoutner . +# Copyright 2022-2024 Soren Stoutner . # -# This file is part of Privacy Browser PC . +# This file is part of 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 )