New tree organization, update CMake req. to 2.8.8.
authorManuel Bachmann <manuel.bachmann@iot.bzh>
Wed, 16 Dec 2015 10:25:54 +0000 (11:25 +0100)
committerManuel Bachmann <manuel.bachmann@iot.bzh>
Wed, 16 Dec 2015 10:25:54 +0000 (11:25 +0100)
commite2d857c5f05f84de8e2642ff9272a80ea9e5fed6
tree2df2f5939637de58a4fdad24b5cf0d5b9afd561f
parent4e43e3b53482bff8cb835271eb3207aeaf593812
New tree organization, update CMake req. to 2.8.8.

Use CMake-2.8.8-specific feature to allow building the
daemon from various source directories.

Signed-off-by: Manuel Bachmann <manuel.bachmann@iot.bzh>
13 files changed:
CMakeLists.txt
README.md
nbproject/private/configurations.xml
nbproject/private/private.xml
plugins/CMakeLists.txt [new file with mode: 0644]
plugins/audio/audio-api.c [moved from src/alsa-api.c with 100% similarity]
plugins/radio/radio-api.c [moved from src/radio-api.c with 93% similarity]
plugins/samples/HelloWorld.c [moved from src/dbus-api.c with 100% similarity]
plugins/samples/SamplePost.c [moved from src/afbs-api.c with 100% similarity]
plugins/session/token-api.c [new file with mode: 0644]
src/CMakeLists.txt
src/SamplePost.c [deleted file]
src/rest-api.c