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