diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2019-12-10 13:09:44 -0500 |
|---|---|---|
| committer | isanae <14251494+isanae@users.noreply.github.com> | 2020-02-04 03:33:16 -0500 |
| commit | a4624f239fe5d152ec8797c1a3f8c2b2aeaef1ba (patch) | |
| tree | 1371a463d11f9f7f66eae07daf898b4c1b7cc0c9 /src/CMakeLists.txt | |
| parent | e8027bfeaae9382c99b7e0a0503ec5eae774934f (diff) | |
split FileTreeModel, initial implementation, some stuff is broken
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 0658da31..ad791e79 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -145,6 +145,7 @@ SET(organizer_SRCS lootdialog.cpp filterlist.cpp datatab.cpp + filetree.cpp shared/windows_error.cpp shared/error_report.cpp @@ -270,6 +271,7 @@ SET(organizer_HDRS json.h filterlist.h datatab.h + filetree.h shared/windows_error.h shared/error_report.h @@ -401,6 +403,7 @@ set(loot set(mainwindow datatab + filetree filterlist mainwindow statusbar |
