X-Git-Url: https://gitweb.stoutner.com/?a=blobdiff_plain;f=src%2Fhelpers%2FCMakeLists.txt;h=042c5c37e0179a475c3175a80f49173c0c9ef336;hb=HEAD;hp=df368ac244636de0a8f1b08ad7cb9d27d8e1c39f;hpb=8f52378069b5b638dd832d1435e58e1596cc9798;p=PrivacyBrowserPC.git diff --git a/src/helpers/CMakeLists.txt b/src/helpers/CMakeLists.txt index df368ac..0b8d2d7 100644 --- a/src/helpers/CMakeLists.txt +++ b/src/helpers/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,8 +17,9 @@ # List the sources to include in the executable. -target_sources(privacy-browser PRIVATE - DomainsDatabaseHelper.cpp +target_sources(privacybrowser PRIVATE + FilterListHelper.cpp + FolderHelper.cpp SearchEngineHelper.cpp UserAgentHelper.cpp )