mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-07-15 08:32:42 +08:00
feat(mqtt): Add cmake script
This commit is contained in:
8
components/mqtt/CMakeLists.txt
Normal file
8
components/mqtt/CMakeLists.txt
Normal file
@ -0,0 +1,8 @@
|
||||
set(COMPONENT_SRCDIRS source/library source/platform)
|
||||
set(COMPONENT_ADD_INCLUDEDIRS include include/mqtt)
|
||||
|
||||
set(COMPONENT_REQUIRES freertos lwip ssl)
|
||||
|
||||
register_component()
|
||||
|
||||
target_compile_options(${COMPONENT_NAME} PUBLIC -DMQTT_TASK)
|
Reference in New Issue
Block a user