summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRonan Le Martret <ronan.lemartret@iot.bzh>2017-09-01 12:26:55 +0200
committerRonan Le Martret <ronan.lemartret@iot.bzh>2017-09-01 12:43:19 +0200
commit31d980a5d2830e4b3ddb69c56bab195838b9c78b (patch)
tree13bd2c9c74d7e395f31813cb895b5bc966d4cfa8
parent8d703d95f36b1fd390ded850426052b3263c26f3 (diff)
Fix missing link flag
-rw-r--r--Audio-Common/CMakeLists.txt1
-rw-r--r--HAL-afb/HAL_MOST_UNICENS/CMakeLists.txt1
-rw-r--r--HAL-afb/Jabra-Solemate/CMakeLists.txt1
3 files changed, 3 insertions, 0 deletions
diff --git a/Audio-Common/CMakeLists.txt b/Audio-Common/CMakeLists.txt
index e50edd2..72e0df7 100644
--- a/Audio-Common/CMakeLists.txt
+++ b/Audio-Common/CMakeLists.txt
@@ -30,6 +30,7 @@ PROJECT_TARGET_ADD(audio-common)
# Library dependencies
TARGET_LINK_LIBRARIES(${TARGET_NAME}
afb-utilities
+ ${link_libraries}
)
# Define target includes
diff --git a/HAL-afb/HAL_MOST_UNICENS/CMakeLists.txt b/HAL-afb/HAL_MOST_UNICENS/CMakeLists.txt
index 5935b72..3204dd1 100644
--- a/HAL-afb/HAL_MOST_UNICENS/CMakeLists.txt
+++ b/HAL-afb/HAL_MOST_UNICENS/CMakeLists.txt
@@ -37,6 +37,7 @@ PROJECT_TARGET_ADD(hal-most-unicens)
hal-interface
audio-common
ucs2-volume
+ ${link_libraries}
)
# Define properties to expose when others use this target
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}
)