X-Git-Url: https://gitweb.stoutner.com/?a=blobdiff_plain;f=src%2Fdelegates%2FCMakeLists.txt;h=440ec44f5540fec1a61430956ff3e69fba816193;hb=f8f8d907d0caa128abf73696f812f8e92db812b7;hp=d56c0508061d42fab011e38deecea2a9f0bd8baa;hpb=adf448e4cca7b96f6db9fc2048e9a64fa24a9bba;p=PrivacyBrowserPC.git diff --git a/src/delegates/CMakeLists.txt b/src/delegates/CMakeLists.txt index d56c050..440ec44 100644 --- a/src/delegates/CMakeLists.txt +++ b/src/delegates/CMakeLists.txt @@ -1,6 +1,6 @@ -# Copyright © 2022 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 @@ -17,6 +17,7 @@ # List the sources to include in the executable. -target_sources(privacy-browser PRIVATE +target_sources(privacybrowser PRIVATE + ViewAndCopyDelegate.cpp ViewOnlyDelegate.cpp )