diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2019-12-02 10:43:52 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-12-02 10:43:52 -0500 |
| commit | eabca00c35d7af3b6822bb7857ef1e073807ca0a (patch) | |
| tree | a2a48759382677373bb1d23c5473e85c6ec0dd0e /src/CMakeLists.txt | |
| parent | fb3c15094fded829b120274189b0b331a68b2afa (diff) | |
| parent | 3c25117fe163f7fab7afa22ba171ea2d41112f23 (diff) | |
Merge pull request #913 from isanae/negative-filters
Negative filters
Diffstat (limited to 'src/CMakeLists.txt')
| -rw-r--r-- | src/CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index e3a42409..a46908ef 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -144,6 +144,7 @@ SET(organizer_SRCS uilocker.cpp loot.cpp lootdialog.cpp + filterlist.cpp shared/windows_error.cpp shared/error_report.cpp @@ -268,6 +269,7 @@ SET(organizer_HDRS loot.h lootdialog.h json.h + filterlist.h shared/windows_error.h shared/error_report.h @@ -320,6 +322,7 @@ SET(organizer_RCS source_group(src REGULAR_EXPRESSION ".*\\.(h|cpp|ui)") set(application + filterlist iuserinterface main mainwindow |
