From be3ab662e8aa6084f802ff62556ee19c9d7f377c 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 | 1 - 1 file changed, 1 deletion(-) (limited to 'ctl-plugin') 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} ) -- cgit 1.2.3-korg