diff options
author | Frederic Marec <frederic.marec@iot.bzh> | 2019-05-09 18:56:06 +0200 |
---|---|---|
committer | Frederic Marec <frederic.marec@iot.bzh> | 2019-05-09 18:56:06 +0200 |
commit | 395554e75a52056ff6cbff9c2a9a62f401e287a9 (patch) | |
tree | ee779fe56b0ba9e87ccae8cad0d1fe1a0ae73e8e /src/plugins/CMakeLists.txt | |
parent | d285cf2515dc1f65cae7c685f6da18351a0a5429 (diff) |
Git submodule migration to separated libraries
Bug-AGL: SPEC-2139
Change-Id: Ie96b5a51b8e725a175a824236a11eb29de3631fc
Signed-off-by: Frederic Marec <frederic.marec@iot.bzh>
Diffstat (limited to 'src/plugins/CMakeLists.txt')
-rw-r--r-- | src/plugins/CMakeLists.txt | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/plugins/CMakeLists.txt b/src/plugins/CMakeLists.txt index 1c1c557..e6593be 100644 --- a/src/plugins/CMakeLists.txt +++ b/src/plugins/CMakeLists.txt @@ -32,11 +32,5 @@ PROJECT_TARGET_ADD(supervisor) OUTPUT_NAME ${TARGET_NAME} ) - # Library dependencies (include updates automatically) - TARGET_LINK_LIBRARIES(${TARGET_NAME} - afb-helpers - ${link_libraries} - ) - target_include_directories(${TARGET_NAME} PRIVATE "${CMAKE_SOURCE_DIR}/app-controller/ctl-lib") |