aws / aws-iot-device-sdk-embedded-C

SDK for connecting to AWS IoT from a device using embedded C.
MIT License
978 stars 624 forks source link

CMake #22

Closed jdelaune closed 6 years ago

jdelaune commented 8 years ago

Is it possible to include CMake files in the examples? Thanks

chaurah commented 8 years ago

Hi @jdelaune, We have plans to introduce CMake in a future release of the SDK. I can't give you an exact timeline yet though. I will update this issue as soon as we have a release out that includes CMake files.

Rahul

revmischa commented 8 years ago

:-1: due to CMake being a giant trash heap

govorkov-nyet-1954

chaurah commented 8 years ago

Hi @revmischa, You don't need to worry :) CMake will not replace Makefiles completely. When we include it, it will be as a sample. I am curious though if you have any build process suggestions that you would like to see included. It might be useful information for further improvements.

Rahul

revmischa commented 8 years ago

I have a very minor improvement to the makefiles in https://github.com/aws/aws-iot-device-sdk-embedded-C/pull/26 I think we could refactor the common make stuff into a make include file. I use a modified version of the makefiles in https://github.com/revmischa/cloudcam/blob/master/Makefile This is also working and running okay on OSX. All of the stuff named "linux" could probably be renamed "posix".