X-Git-Url: https://gitweb.stoutner.com/?p=PrivacyBrowserPC.git;a=blobdiff_plain;f=src%2Fhelpers%2FCMakeLists.txt;fp=src%2Fhelpers%2FCMakeLists.txt;h=a1a19de6e12f9274e322885f1a72f0d190273c2c;hp=042c5c37e0179a475c3175a80f49173c0c9ef336;hb=95aa7dff6f4da3aa85775d46600f9be2e2f856eb;hpb=93a1583163ca580a2218ba81836a17c3a6586ccf diff --git a/src/helpers/CMakeLists.txt b/src/helpers/CMakeLists.txt index 042c5c3..a1a19de 100644 --- a/src/helpers/CMakeLists.txt +++ b/src/helpers/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright © 2022 Soren Stoutner . +# Copyright 2022-2023 Soren Stoutner . # # This file is part of Privacy Browser PC . # @@ -17,7 +17,7 @@ # List the sources to include in the executable. -target_sources(privacy-browser PRIVATE +target_sources(privacybrowser PRIVATE SearchEngineHelper.cpp UserAgentHelper.cpp )