Files
2019-05-16 16:22:11 +08:00

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()