diff options
author | Jonathan Aillet <jonathan.aillet@iot.bzh> | 2019-01-21 17:24:21 +0100 |
---|---|---|
committer | Jonathan Aillet <jonathan.aillet@iot.bzh> | 2019-01-28 15:38:58 +0100 |
commit | 9f6a13d05025bc33c12b6103d9bb960e842270d2 (patch) | |
tree | d0d54df948d94afa359cddf34fce5596e44cdd16 /4a-hal/CMakeLists.txt | |
parent | 756f8d02b445631df44243d528165fb1fe414487 (diff) |
Migrate afb-helpers from submodule to library
Change-Id: I1d554d29e11f7bac327ed65b4187dac3572ae0a6
Signed-off-by: Jonathan Aillet <jonathan.aillet@iot.bzh>
Diffstat (limited to '4a-hal/CMakeLists.txt')
-rw-r--r-- | 4a-hal/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/4a-hal/CMakeLists.txt b/4a-hal/CMakeLists.txt index 5392075..38cbc29 100644 --- a/4a-hal/CMakeLists.txt +++ b/4a-hal/CMakeLists.txt @@ -43,7 +43,6 @@ PROJECT_TARGET_ADD(4a-hal) # Library dependencies (include updates automatically) TARGET_LINK_LIBRARIES(${TARGET_NAME} - afb-helpers ctl-utilities 4a-hal-utilities ${link_libraries} |