diff options
-rw-r--r-- | Audio-Common/CMakeLists.txt | 1 | ||||
-rw-r--r-- | HAL-afb/HAL_MOST_UNICENS/CMakeLists.txt | 1 | ||||
-rw-r--r-- | HAL-afb/Jabra-Solemate/CMakeLists.txt | 1 |
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} ) |