X-Git-Url: https://gitweb.stoutner.com/?a=blobdiff_plain;f=src%2Finterceptors%2FCMakeLists.txt;h=7f044baa87fd9e8f420c92a0fe214b1220f77ab1;hb=refs%2Fheads%2Fmaster;hp=6e92b3290be4e2f4b2c427075b98537965bde4a8;hpb=bbc06827f4301381ee3882000abbba147607aa35;p=PrivacyBrowserPC.git diff --git a/src/interceptors/CMakeLists.txt b/src/interceptors/CMakeLists.txt index 6e92b32..7f044ba 100644 --- a/src/interceptors/CMakeLists.txt +++ b/src/interceptors/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright © 2022 Soren Stoutner . +# Copyright 2022-2023 Soren Stoutner . # # This file is part of Privacy Browser PC . # @@ -17,6 +17,6 @@ # List the sources to include in the executable. -target_sources(privacy-browser PRIVATE +target_sources(privacybrowser PRIVATE UrlRequestInterceptor.cpp )