diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2019-11-27 19:14:37 -0500 |
|---|---|---|
| committer | isanae <14251494+isanae@users.noreply.github.com> | 2019-11-27 19:14:37 -0500 |
| commit | 4bbdbb000fd5051fe80b5dca21dda60910284333 (patch) | |
| tree | 7e1068a2ef8df08e5340a943b9b85da52ca953f2 /src/CMakeLists.txt | |
| parent | 8ea346183fa432e4a16e604ae2fa03366c01c6af (diff) | |
split filter list
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 |
