Add CMake build files (required by Yocto build process)
authorManuel Bachmann <manuel.bachmann@iot.bzh>
Thu, 10 Dec 2015 08:36:34 +0000 (09:36 +0100)
committerManuel Bachmann <manuel.bachmann@iot.bzh>
Thu, 10 Dec 2015 09:06:04 +0000 (10:06 +0100)
commit4db4634b28378379bce04f4073c2a511b92b1ee6
tree7d7113b1229fe3c77c8760daa0d9ee91204547a9
parentaccb3215b180f8e386f896ba0368b7188eaa190e
Add CMake build files (required by Yocto build process)

We now can use CMake by doing :
$ mkdir build
$ cd build
$ cmake ..
$ make
$ make install

Signed-off-by: Manuel Bachmann <manuel.bachmann@iot.bzh>
CMakeLists.txt [new file with mode: 0644]
include/local-def.h
src/CMakeLists.txt [new file with mode: 0644]
src/rest-api.c