diff options
author | Ronan Le Martret <ronan.lemartret@iot.bzh> | 2017-09-01 12:26:55 +0200 |
---|---|---|
committer | Ronan Le Martret <ronan.lemartret@iot.bzh> | 2017-09-01 12:43:19 +0200 |
commit | 31d980a5d2830e4b3ddb69c56bab195838b9c78b (patch) | |
tree | 13bd2c9c74d7e395f31813cb895b5bc966d4cfa8 /HAL-afb/Jabra-Solemate | |
parent | 8d703d95f36b1fd390ded850426052b3263c26f3 (diff) |
Fix missing link flag
Diffstat (limited to 'HAL-afb/Jabra-Solemate')
-rw-r--r-- | HAL-afb/Jabra-Solemate/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/HAL-afb/Jabra-Solemate/CMakeLists.txt b/HAL-afb/Jabra-Solemate/CMakeLists.txt index 25c2626..d2705b0 100644 --- a/HAL-afb/Jabra-Solemate/CMakeLists.txt +++ b/HAL-afb/Jabra-Solemate/CMakeLists.txt @@ -35,4 +35,5 @@ PROJECT_TARGET_ADD(hal-jabra-usb) TARGET_LINK_LIBRARIES(${TARGET_NAME} hal-interface audio-common + ${link_libraries} ) |