diff options
| author | Mikaƫl Capelle <capelle.mikael@gmail.com> | 2021-02-12 18:08:54 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-02-12 18:08:54 +0100 |
| commit | 9f0c8c31a6267ae9bf3181b29f65710fb30fad79 (patch) | |
| tree | d6dc8a1bc7c03bc7db6a97f65d717a094cd20e45 /src/CMakeLists.txt | |
| parent | 2fe627c261d54daf7c471898446ea53cbfaebf5b (diff) | |
| parent | 31c8415e8894ff380996f25095e8d43e2c79d9ee (diff) | |
Merge pull request #1405 from LostDragonist/update_fixes
Fixes for the update dialog window
Diffstat (limited to 'src/CMakeLists.txt')
| -rw-r--r-- | src/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 9b00cc5c..7f8da6f2 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -18,6 +18,7 @@ add_filter(NAME src/application GROUPS multiprocess sanitychecks selfupdater + updatedialog ) add_filter(NAME src/browser GROUPS |
