mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
9 lines
214 B
CMake
9 lines
214 B
CMake
if(NOT CONFIG_AWS_IOT_SDK)
|
|
return()
|
|
endif()
|
|
|
|
set(COMPONENT_ADD_INCLUDEDIRS "include aws-iot-device-sdk-embedded-C/include")
|
|
set(COMPONENT_SRCDIRS "aws-iot-device-sdk-embedded-C/src port")
|
|
|
|
register_component()
|