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:25 +0100 |
commit | 00791bb5781842b76b9e6cbfe234cd25d6cdeba8 (patch) | |
tree | dc8475aee7287a81141006e0376fa91e90098afd /ctl-plugin/CMakeLists.txt | |
parent | 200d432161a00bc996965af10c202fddc9395fef (diff) |
Cleanup in repo names
Change-Id: I16d9705dcc325910f0dd2b4ff5af587130193ecc
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 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} ) |