diff options
author | fulup <fulup.arfoll@iot.bzh> | 2017-08-24 13:38:06 +0200 |
---|---|---|
committer | fulup <fulup.arfoll@iot.bzh> | 2017-08-24 13:38:06 +0200 |
commit | 74f18989816c648f3c992566b90361bd467f58f1 (patch) | |
tree | a50d59f1785a38ba7d14e4bb5616425f1eb506ac /ctl-plugin | |
parent | 4f5e3cc6f42e0c476b44fd8979469d452de7e759 (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} ) |