diff options
author | fulup <fulup.arfoll@iot.bzh> | 2017-08-24 13:38:06 +0200 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2017-08-28 10:16:54 +0200 |
commit | 50f7f5acde3fa229d1cdc5817d0ebd857aa4a467 (patch) | |
tree | dc8475aee7287a81141006e0376fa91e90098afd /ctl-plugin | |
parent | a89574bc8b671fa6706e5c647ec57a5530bd75a5 (diff) |
Cleanup in repo names
Change-Id: I16d9705dcc325910f0dd2b4ff5af587130193ecc
Diffstat (limited to 'ctl-plugin')
-rw-r--r-- | ctl-plugin/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ctl-plugin/CMakeLists.txt b/ctl-plugin/CMakeLists.txt index d89e67d..fb2009f 100644 --- a/ctl-plugin/CMakeLists.txt +++ b/ctl-plugin/CMakeLists.txt @@ -43,6 +43,7 @@ PROJECT_TARGET_ADD(audio-plugin-sample) # Library dependencies (include updates automatically) TARGET_LINK_LIBRARIES(${TARGET_NAME} afb-utilities + afb-controller ${link_libraries} ) |