aboutsummaryrefslogtreecommitdiffstats
path: root/src/shared/json/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/shared/json/CMakeLists.txt')
-rw-r--r--src/shared/json/CMakeLists.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/shared/json/CMakeLists.txt b/src/shared/json/CMakeLists.txt
new file mode 100644
index 000000000..a25124cd9
--- /dev/null
+++ b/src/shared/json/CMakeLists.txt
@@ -0,0 +1,4 @@
+add_qbs_library(qbsjson
+ STATIC
+ SOURCES json.cpp json.h
+ )