diff options
author | Fulup Ar Foll <fulup@iot.bzh> | 2017-08-24 13:56:29 +0200 |
---|---|---|
committer | Fulup Ar Foll <fulup@iot.bzh> | 2017-08-25 22:39:10 +0200 |
commit | 823e8ab6e73745fb820698ae124bc0d3c8c4a8b9 (patch) | |
tree | 3233e34858599b9a0356054ba11eea01e65feee1 /ctl-plugin/CMakeLists.txt | |
parent | b2d97d07654071e258b2aab38333bf4e2b301b3f (diff) |
Fix include issue on plugin
Diffstat (limited to 'ctl-plugin/CMakeLists.txt')
-rw-r--r-- | ctl-plugin/CMakeLists.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ctl-plugin/CMakeLists.txt b/ctl-plugin/CMakeLists.txt index 070a1d3..d89e67d 100644 --- a/ctl-plugin/CMakeLists.txt +++ b/ctl-plugin/CMakeLists.txt @@ -43,11 +43,10 @@ PROJECT_TARGET_ADD(audio-plugin-sample) # Library dependencies (include updates automatically) TARGET_LINK_LIBRARIES(${TARGET_NAME} afb-utilities - afb-controller ${link_libraries} ) - include_directories("../afb-source") + include_directories("../ctl-binding") |