X-Git-Url: https://gitweb.stoutner.com/?a=blobdiff_plain;f=src%2Fhelpers%2FCMakeLists.txt;h=921e0c078290ca5df6ee973847025535ccf9631e;hb=29dbafaca706ea6a34cd881060ebf680378f39b4;hp=042c5c37e0179a475c3175a80f49173c0c9ef336;hpb=cd1c3d0483b9026736fdcb151d90dda872d8a400;p=PrivacyBrowserPC.git diff --git a/src/helpers/CMakeLists.txt b/src/helpers/CMakeLists.txt index 042c5c3..921e0c0 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,8 @@ # List the sources to include in the executable. -target_sources(privacy-browser PRIVATE +target_sources(privacybrowser PRIVATE + FolderHelper.cpp SearchEngineHelper.cpp UserAgentHelper.cpp )