2018-03-22 06:27:10 +00:00
|
|
|
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")
|
2018-02-27 04:45:30 +00:00
|
|
|
endif()
|
2018-01-12 02:49:13 +00:00
|
|
|
|
2018-03-22 06:27:10 +00:00
|
|
|
set(COMPONENT_REQUIRES "mbedtls")
|
|
|
|
set(COMPONENT_PRIV_REQUIRES "jsmn")
|
2018-01-12 02:49:13 +00:00
|
|
|
|
|
|
|
register_component()
|