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, 0 insertions, 3 deletions
diff --git a/deps/src/parson/CMakeLists.txt b/deps/src/parson/CMakeLists.txt
deleted file mode 100644
index 69027b8..0000000
--- a/deps/src/parson/CMakeLists.txt
+++ /dev/null
@@ -1,3 +0,0 @@
-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)