From 86107893935411c151b1b611cb6d3e4f405b7779 Mon Sep 17 00:00:00 2001 From: Fulup Ar Foll Date: Fri, 25 Aug 2017 22:21:17 +0200 Subject: Attend to merfe with Master --- ctl-binding/CMakeLists.txt | 5 +++++ ctl-plugin/CMakeLists.txt | 1 + nbproject/configurations.xml | 13 +++++++++++++ 3 files changed, 19 insertions(+) diff --git a/ctl-binding/CMakeLists.txt b/ctl-binding/CMakeLists.txt index 9000f25..161847e 100644 --- a/ctl-binding/CMakeLists.txt +++ b/ctl-binding/CMakeLists.txt @@ -52,3 +52,8 @@ PROJECT_TARGET_ADD(afb-controller) PUBLIC ${CMAKE_CURRENT_SOURCE_DIR} ) + # Define target includes for this target client + TARGET_INCLUDE_DIRECTORIES(${TARGET_NAME} + PUBLIC ${CMAKE_CURRENT_SOURCE_DIR} + ) + 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} ) diff --git a/nbproject/configurations.xml b/nbproject/configurations.xml index a3d914b..172a65b 100644 --- a/nbproject/configurations.xml +++ b/nbproject/configurations.xml @@ -30,6 +30,7 @@ feature_tests.cxx +<<<<<<< Updated upstream ctl-binding.c ctl-dispatch.c @@ -39,6 +40,8 @@ ctl-plugin-sample.c +======= +>>>>>>> Stashed changes CONTROL_PLUGIN_PATH="/home/fulup/Workspace/AGL-AppFW/afb-controller/build:/home/fulup/opt/afb-controller/lib/controller-plugins:/usr/lib/afb/controller-plugins/ctlplug" CONTROL_SUPPORT_LUA CTL_PLUGIN_MAGIC=2468013579 +<<<<<<< Updated upstream NATIVE_LINUX controller_EXPORTS +======= + control_afb_EXPORTS +>>>>>>> Stashed changes @@ -226,6 +233,7 @@ +<<<<<<< Updated upstream @@ -246,6 +254,8 @@ +======= +>>>>>>> Stashed changes @@ -253,6 +263,7 @@ +<<<<<<< Updated upstream @@ -309,6 +320,8 @@ +======= +>>>>>>> Stashed changes -- cgit 1.2.3-korg