From 25ae7a75dfab01d508cf6f768b52ceed80b84e2c Mon Sep 17 00:00:00 2001 From: Dong Heng Date: Fri, 4 May 2018 10:29:04 +0800 Subject: [PATCH] chore(cjson): Add cmake script --- components/cjson/CMakeLists.txt | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 components/cjson/CMakeLists.txt diff --git a/components/cjson/CMakeLists.txt b/components/cjson/CMakeLists.txt new file mode 100644 index 00000000..0b8ba83d --- /dev/null +++ b/components/cjson/CMakeLists.txt @@ -0,0 +1,6 @@ +set(COMPONENT_SRCDIRS cJSON) +set(COMPONENT_ADD_INCLUDEDIRS cJSON) + +set(COMPONENT_REQUIRES "") + +register_component()