X-Git-Url: https://gitweb.stoutner.com/?a=blobdiff_plain;f=src%2Fdelegates%2FCMakeLists.txt;h=d26efe712c25eb21d256ea048597f0515910710e;hb=refs%2Fheads%2Fmaster;hp=d56c0508061d42fab011e38deecea2a9f0bd8baa;hpb=adf448e4cca7b96f6db9fc2048e9a64fa24a9bba;p=PrivacyBrowserPC.git diff --git a/src/delegates/CMakeLists.txt b/src/delegates/CMakeLists.txt index d56c050..5e795b9 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,6 @@ # List the sources to include in the executable. -target_sources(privacy-browser PRIVATE +target_sources(privacybrowser PRIVATE ViewOnlyDelegate.cpp )