Merge branch 'chore/add_cmake_script_for_cjson' into 'master'

chore(cjson): Add cmake script

See merge request sdk/ESP8266_RTOS_SDK!125
This commit is contained in:
Wu Jian Gang
2018-05-04 13:53:00 +08:00

View File

@ -0,0 +1,6 @@
set(COMPONENT_SRCDIRS cJSON)
set(COMPONENT_ADD_INCLUDEDIRS cJSON)
set(COMPONENT_REQUIRES "")
register_component()