diff options
author | Fulup Ar Foll <fulup@iot.bzh> | 2017-08-25 22:21:17 +0200 |
---|---|---|
committer | Fulup Ar Foll <fulup@iot.bzh> | 2017-08-25 22:21:17 +0200 |
commit | 2f6ce99cfed9795d2a68894abddcdc533d9af097 (patch) | |
tree | f0366ad5c6e8f392c5b126757e855c5ab359b64d /ctl-binding/CMakeLists.txt | |
parent | e5c437fd9d5ac7e4c83e47f8bc9ea562120d7881 (diff) |
Attend to merfe with Master
Diffstat (limited to 'ctl-binding/CMakeLists.txt')
-rw-r--r-- | ctl-binding/CMakeLists.txt | 5 |
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} + ) + |