diff options
author | fulup <fulup.arfoll@iot.bzh> | 2017-08-24 13:38:06 +0200 |
---|---|---|
committer | Fulup Ar Foll <fulup@iot.bzh> | 2017-08-25 22:39:06 +0200 |
commit | b2d97d07654071e258b2aab38333bf4e2b301b3f (patch) | |
tree | 58bd77031c400fb8056ab6720bcc5e18598b13d9 /ctl-plugin | |
parent | 16d177bf418fb22794fbbd4f1aac489cf82d7f48 (diff) |
Cleanup in reop names
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 c745cef..070a1d3 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} ) |