summaryrefslogtreecommitdiffstats
path: root/ctl-binding
diff options
context:
space:
mode:
authorFulup Ar Foll <fulup@iot.bzh>2017-08-25 22:21:17 +0200
committerFulup Ar Foll <fulup@iot.bzh>2017-08-25 22:21:17 +0200
commit2f6ce99cfed9795d2a68894abddcdc533d9af097 (patch)
treef0366ad5c6e8f392c5b126757e855c5ab359b64d /ctl-binding
parente5c437fd9d5ac7e4c83e47f8bc9ea562120d7881 (diff)
Attend to merfe with Master
Diffstat (limited to 'ctl-binding')
-rw-r--r--ctl-binding/CMakeLists.txt5
1 files changed, 5 insertions, 0 deletions
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}
+ )
+