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()