X-Git-Url: https://gitweb.stoutner.com/?a=blobdiff_plain;f=src%2Fwindows%2FCMakeLists.txt;h=5bf1d72a540ed82435d84b885746e66b99e0fffe;hb=refs%2Fheads%2Fmaster;hp=5fd76c49af06e2f8fde8138c8fab3cf280daeb8f;hpb=16118809a11aa423f453a03c47f5263e9dd8b662;p=PrivacyBrowserPC.git 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 )