mirror of
https://gitee.com/beecue/fastbee.git
synced 2025-12-18 08:55:53 +08:00
1.新增esp-idf设备端sdk
This commit is contained in:
9
sdk/ESP-IDF/esp_fastbee_aliyun/main/CMakeLists.txt
Normal file
9
sdk/ESP-IDF/esp_fastbee_aliyun/main/CMakeLists.txt
Normal file
@@ -0,0 +1,9 @@
|
||||
set(COMPONENT_ADD_INCLUDEDIRS ".")
|
||||
|
||||
# Edit following two lines to set component requirements (see docs)
|
||||
set(COMPONENT_REQUIRES )
|
||||
set(COMPONENT_PRIV_REQUIRES )
|
||||
|
||||
set(COMPONENT_SRCS ./app_main.c)
|
||||
|
||||
register_component()
|
||||
Reference in New Issue
Block a user