summaryrefslogtreecommitdiffstats
path: root/deps/src/parson/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'deps/src/parson/CMakeLists.txt')
-rw-r--r--deps/src/parson/CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/deps/src/parson/CMakeLists.txt b/deps/src/parson/CMakeLists.txt
new file mode 100644
index 0000000..69027b8
--- /dev/null
+++ b/deps/src/parson/CMakeLists.txt
@@ -0,0 +1,3 @@
+add_library(parson STATIC "${CMAKE_CURRENT_LIST_DIR}/parson.c")
+target_include_directories(parson PUBLIC "${DEPS_INCLUDE_DIR}")
+set_target_properties(parson PROPERTIES FOLDER DEPS)