aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/samples/CMakeLists.txt
AgeCommit message (Collapse)AuthorFilesLines
2016-04-06upload of filesJosé Bollo1-5/+5
Change-Id: Ifbe226ddc11f67223b4215db66af1ad1108a11f5 Signed-off-by: José Bollo <jose.bollo@iot.bzh>
2016-03-31refactoring (in progress, tbf)José Bollo1-5/+5
Change-Id: Id9a98da85bb838b9401dad48a6652207ab4db191 Signed-off-by: José Bollo <jose.bollo@iot.bzh>
2015-12-24Fixed Client Session Context by PluginFulup Ar Foll1-0/+6
2015-12-21Fix Radio and Audio plugin symbolsManuel Bachmann1-0/+2
radio-api/audio-api.so were not valid, because they were not linked correctly with librtlsdr/ALSA. Signed-off-by: Manuel Bachmann <manuel.bachmann@iot.bzh>
2015-12-21Switch to a plugin modelManuel Bachmann1-0/+11
Each API now compiles to a ".so" file, which gets searched for in the "${libdir}/afb" directory at startup. We can now load an arbitrary number of plugins (> 10). Signed-off-by: Manuel Bachmann <manuel.bachmann@iot.bzh>