From b8eab292bccaf7f421826f4521ae3d3fee98bc07 Mon Sep 17 00:00:00 2001 From: Fulup Ar Foll Date: Thu, 24 Aug 2017 13:56:29 +0200 Subject: Fix include issue on plugin --- ctl-plugin/CMakeLists.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'ctl-plugin/CMakeLists.txt') 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") -- cgit 1.2.3-korg