X-Git-Url: https://gitweb.stoutner.com/?p=PrivacyBrowserPC.git;a=blobdiff_plain;f=src%2Fwindows%2FCMakeLists.txt;h=5bf1d72a540ed82435d84b885746e66b99e0fffe;hp=5fd76c49af06e2f8fde8138c8fab3cf280daeb8f;hb=95aa7dff6f4da3aa85775d46600f9be2e2f856eb;hpb=93a1583163ca580a2218ba81836a17c3a6586ccf diff --git a/src/windows/CMakeLists.txt b/src/windows/CMakeLists.txt index 5fd76c4..5bf1d72 100644 --- a/src/windows/CMakeLists.txt +++ b/src/windows/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 BrowserWindow.cpp )