diff options
author | fulup <fulup.arfoll@iot.bzh> | 2017-08-24 13:38:06 +0200 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2018-12-13 15:02:04 +0100 |
commit | 17f05022163cb0caaa86efbe18909f24f143c177 (patch) | |
tree | 58bd77031c400fb8056ab6720bcc5e18598b13d9 /ctl-plugin/CMakeLists.txt | |
parent | 2b20a3cc10785c479cb003e0fa9822f023c87ce1 (diff) |
Cleanup in reop names
Diffstat (limited to 'ctl-plugin/CMakeLists.txt')
-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} ) |