diff options
author | Fulup Ar Foll <fulup@iot.bzh> | 2017-08-24 13:56:29 +0200 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2018-12-13 15:02:25 +0100 |
commit | be3ab662e8aa6084f802ff62556ee19c9d7f377c (patch) | |
tree | 696034375efbe4203af9202173976cf262a6345e /ctl-plugin | |
parent | 2fa58370d0a464b4b6736d450dc83d261942d0f6 (diff) |
Fix include issue on plugin
Diffstat (limited to 'ctl-plugin')
-rw-r--r-- | ctl-plugin/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ctl-plugin/CMakeLists.txt b/ctl-plugin/CMakeLists.txt index fb2009f..d89e67d 100644 --- a/ctl-plugin/CMakeLists.txt +++ b/ctl-plugin/CMakeLists.txt @@ -43,7 +43,6 @@ PROJECT_TARGET_ADD(audio-plugin-sample) # Library dependencies (include updates automatically) TARGET_LINK_LIBRARIES(${TARGET_NAME} afb-utilities - afb-controller ${link_libraries} ) |