X-Git-Url: https://gitweb.stoutner.com/?a=blobdiff_plain;f=src%2Fdialogs%2FCMakeLists.txt;h=d30f067e8dc27a383480eecd4c908ebd33d4d0b6;hb=95aa7dff6f4da3aa85775d46600f9be2e2f856eb;hp=5eaf0f46f53235a67f0643c78aec0ecb1f5a70e5;hpb=9b6cee96126484925bec4f4ab30c2b880df687fe;p=PrivacyBrowserPC.git diff --git a/src/dialogs/CMakeLists.txt b/src/dialogs/CMakeLists.txt index 5eaf0f4..d30f067 100644 --- a/src/dialogs/CMakeLists.txt +++ b/src/dialogs/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright © 2022 Soren Stoutner . +# Copyright 2022-2023 Soren Stoutner . # # This file is part of Privacy Browser PC . # @@ -17,8 +17,10 @@ # List the sources to include in the executable. -target_sources(privacy-browser PRIVATE - AddCookieDialog.cpp +target_sources(privacybrowser PRIVATE + AddOrEditCookieDialog.cpp CookiesDialog.cpp DomainSettingsDialog.cpp + DurableCookiesDialog.cpp + SaveDialog.cpp )