mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-10 04:43:33 +00:00
build system: Initial cmake support, work in progress
This commit is contained in:

committed by
Angus Gratton

parent
a538644560
commit
c671a0c3eb
9
components/aws_iot/CMakeLists.txt
Normal file
9
components/aws_iot/CMakeLists.txt
Normal file
@@ -0,0 +1,9 @@
|
||||
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")
|
||||
set(COMPONENT_SUBMODULES aws-iot-device-sdk-embedded-C)
|
||||
|
||||
register_component()
|
||||
|
||||
endif(CONFIG_AWS_IOT_SDK)
|
Reference in New Issue
Block a user