diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2019-11-16 19:41:17 -0500 |
|---|---|---|
| committer | isanae <14251494+isanae@users.noreply.github.com> | 2019-11-16 19:41:17 -0500 |
| commit | 838446e262ac628c748b2e2b2f2ec0cfaff01508 (patch) | |
| tree | b0d8b8aa598c3e2d13a9f287a38b968f160fba28 /src/CMakeLists.txt | |
| parent | d6c3bad01a85c1a5b1a3bdd86efc85efdd4c5f29 (diff) | |
split loot stuff to loot.h/cpp, no changes in functionality
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 d935981d..70c501ae 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -142,6 +142,7 @@ SET(organizer_SRCS sanitychecks.cpp processrunner.cpp uilocker.cpp + loot.cpp shared/windows_error.cpp shared/error_report.cpp @@ -263,6 +264,7 @@ SET(organizer_HDRS colortable.h processrunner.h uilocker.h + loot.h shared/windows_error.h shared/error_report.h @@ -465,6 +467,7 @@ set(utilities shared/util usvfsconnector shared/windows_error + loot ) set(widgets |
