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 /Audio-Common/CMakeLists.txt | |
parent | 8d703d95f36b1fd390ded850426052b3263c26f3 (diff) |
Fix missing link flag
Diffstat (limited to 'Audio-Common/CMakeLists.txt')
-rw-r--r-- | Audio-Common/CMakeLists.txt | 1 |
1 files changed, 1 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 |