diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2019-11-23 22:08:53 -0500 |
|---|---|---|
| committer | isanae <14251494+isanae@users.noreply.github.com> | 2019-11-23 22:08:53 -0500 |
| commit | 5c9de17b6376ce94b1cdff4f4edbba798e9bfd08 (patch) | |
| tree | 6da4bc1dc844dd7c3e7b7378765bb1a6b13a7c17 /src/CMakeLists.txt | |
| parent | 237825f5b6c77969376198ed60d81c26a6a8aded (diff) | |
rewrite of json report parsing
added json.h with some utilities
Diffstat (limited to 'src/CMakeLists.txt')
| -rw-r--r-- | src/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 824ffa33..3b74ea37 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -265,6 +265,7 @@ SET(organizer_HDRS processrunner.h uilocker.h loot.h + json.h shared/windows_error.h shared/error_report.h @@ -468,6 +469,7 @@ set(utilities usvfsconnector shared/windows_error loot + json ) set(widgets |
