mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-07-15 00:21:26 +08:00
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:
6
components/cjson/CMakeLists.txt
Normal file
6
components/cjson/CMakeLists.txt
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
set(COMPONENT_SRCDIRS cJSON)
|
||||||
|
set(COMPONENT_ADD_INCLUDEDIRS cJSON)
|
||||||
|
|
||||||
|
set(COMPONENT_REQUIRES "")
|
||||||
|
|
||||||
|
register_component()
|
Reference in New Issue
Block a user