OVMS3-idf/components/aws_iot/CMakeLists.txt

9 lines
216 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")
register_component()
endif(CONFIG_AWS_IOT_SDK)