mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-05-31 07:26:28 +08:00
12 lines
358 B
CMake
12 lines
358 B
CMake
if(CONFIG_AWS_IOT_SDK)
|
|
set(COMPONENT_ADD_INCLUDEDIRS "include aws-iot-device-sdk-embedded-C/include")
|
|
set(COMPONENT_SRCDIRS "aws-iot-device-sdk-embedded-C/src port")
|
|
else()
|
|
message(STATUS "Building empty aws_iot component due to configuration")
|
|
endif()
|
|
|
|
set(COMPONENT_REQUIRES ssl)
|
|
set(COMPONENT_PRIV_REQUIRES jsmn esp-tls)
|
|
|
|
register_component()
|