diff options
author | jobol <jose.bollo@iot.bzh> | 2016-06-06 11:32:19 +0200 |
---|---|---|
committer | José Bollo <jose.bollo@iot.bzh> | 2016-06-08 11:48:35 +0200 |
commit | cee4240979b3b9c4ebb877631e66157918598c3d (patch) | |
tree | 3072776b681121e48fc73c87548fb77f39f559c1 /plugins/CMakeLists.txt | |
parent | 7c8b8a78f9029d8568a89e5f2a27c88a75b1daa2 (diff) |
DBus binding: first draft
Implements the verb 'rawcall'
Change-Id: Id83b065f778f2fd61ecf6e4e13bff3cc17d8ef18
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
Diffstat (limited to 'plugins/CMakeLists.txt')
-rw-r--r-- | plugins/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/CMakeLists.txt b/plugins/CMakeLists.txt index c8928b53..2aacf1a1 100644 --- a/plugins/CMakeLists.txt +++ b/plugins/CMakeLists.txt @@ -2,3 +2,4 @@ ADD_SUBDIRECTORY(samples) ADD_SUBDIRECTORY(audio) ADD_SUBDIRECTORY(radio) ADD_SUBDIRECTORY(media) +ADD_SUBDIRECTORY(intrinsics) |