X-Git-Url: https://gitweb.stoutner.com/?a=blobdiff_plain;f=src%2Fdialogs%2FCMakeLists.txt;h=2b722cca588fa4c4333dff1faad664c01d76d878;hb=adf448e4cca7b96f6db9fc2048e9a64fa24a9bba;hp=e2effdb38a2700287481e6689854e573829dced4;hpb=16118809a11aa423f453a03c47f5263e9dd8b662;p=PrivacyBrowserPC.git diff --git a/src/dialogs/CMakeLists.txt b/src/dialogs/CMakeLists.txt index e2effdb..2b722cc 100644 --- a/src/dialogs/CMakeLists.txt +++ b/src/dialogs/CMakeLists.txt @@ -18,5 +18,8 @@ # List the sources to include in the executable. target_sources(privacy-browser PRIVATE + AddOrEditCookieDialog.cpp + CookiesDialog.cpp DomainSettingsDialog.cpp + DurableCookiesDialog.cpp )