X-Git-Url: https://gitweb.stoutner.com/?a=blobdiff_plain;f=src%2Finterceptors%2FCMakeLists.txt;h=7f044baa87fd9e8f420c92a0fe214b1220f77ab1;hb=95aa7dff6f4da3aa85775d46600f9be2e2f856eb;hp=6e92b3290be4e2f4b2c427075b98537965bde4a8;hpb=93a1583163ca580a2218ba81836a17c3a6586ccf;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 )