diff options
author | Fulup Ar Foll <fulup@iot.bzh> | 2017-08-25 22:21:17 +0200 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2018-12-13 15:02:25 +0100 |
commit | 86107893935411c151b1b611cb6d3e4f405b7779 (patch) | |
tree | 7c45bd6ac4f729d030095be50f30fc073a6a0763 /ctl-binding/CMakeLists.txt | |
parent | 16722cbe2859ce2a03343073e25d8755abdf2cf9 (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} + ) + |