mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-08-06 07:00:05 +08:00
9 lines
233 B
CMake
9 lines
233 B
CMake
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)
|