diff options
author | Manuel Bachmann <manuel.bachmann@iot.bzh> | 2015-12-22 17:01:59 +0100 |
---|---|---|
committer | Manuel Bachmann <manuel.bachmann@iot.bzh> | 2015-12-22 17:01:59 +0100 |
commit | 17ab342ea54c080a9fcf5f5a9b139e22de3e00dd (patch) | |
tree | 405a895377da7bc5f221c2b2f6efa4910ce2532c /plugins/CMakeLists.txt | |
parent | 02492357cce066201a11993255120119c2703af1 (diff) |
Centralize dependencies, add D-Bus dep. to README.md
README.md now mentions D-Bus.
Checking dbus presence is now done at the same place as
json-c, libmicrohttpdd...
Signed-off-by: Manuel Bachmann <manuel.bachmann@iot.bzh>
Diffstat (limited to 'plugins/CMakeLists.txt')
-rw-r--r-- | plugins/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/CMakeLists.txt b/plugins/CMakeLists.txt index 769cc1e1..d8566161 100644 --- a/plugins/CMakeLists.txt +++ b/plugins/CMakeLists.txt @@ -1,5 +1,5 @@ +ADD_SUBDIRECTORY(afm-main-plugin) ADD_SUBDIRECTORY(session) ADD_SUBDIRECTORY(samples) ADD_SUBDIRECTORY(audio) ADD_SUBDIRECTORY(radio) -ADD_SUBDIRECTORY(afm-main-plugin) |