summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorisanae <14251494+isanae@users.noreply.github.com>2019-11-23 22:08:53 -0500
committerisanae <14251494+isanae@users.noreply.github.com>2019-11-23 22:08:53 -0500
commit5c9de17b6376ce94b1cdff4f4edbba798e9bfd08 (patch)
tree6da4bc1dc844dd7c3e7b7378765bb1a6b13a7c17 /src/CMakeLists.txt
parent237825f5b6c77969376198ed60d81c26a6a8aded (diff)
rewrite of json report parsing
added json.h with some utilities
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt2
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