diff options
author | Ronan Le Martret <ronan.lemartret@iot.bzh> | 2017-10-31 14:17:40 +0100 |
---|---|---|
committer | Ronan Le Martret <ronan.lemartret@iot.bzh> | 2017-10-31 14:17:40 +0100 |
commit | 2b37cb8c26eba94c1d7d91487010349fde208ce1 (patch) | |
tree | 980d55967b77d82f101ae92b9c6f155cb1186088 /Jabra-Solemate | |
parent | 6561612a64a52d93260444066a266adb06ac71ad (diff) |
Add hal-utilities-4a as a submodule
Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
Diffstat (limited to 'Jabra-Solemate')
-rw-r--r-- | Jabra-Solemate/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Jabra-Solemate/CMakeLists.txt b/Jabra-Solemate/CMakeLists.txt index ad30212..47a3053 100644 --- a/Jabra-Solemate/CMakeLists.txt +++ b/Jabra-Solemate/CMakeLists.txt @@ -33,6 +33,6 @@ PROJECT_TARGET_ADD(hal-jabra-usb) # Library dependencies (include updates automatically) TARGET_LINK_LIBRARIES(${TARGET_NAME} - hal-utilities + hal-utilities-4a ${link_libraries} ) |