diff options
author | fulup <fulup.arfoll@iot.bzh> | 2017-05-04 22:18:18 +0200 |
---|---|---|
committer | fulup <fulup.arfoll@iot.bzh> | 2017-05-04 22:18:18 +0200 |
commit | 4af77058f518b8326b514970e627ba289dfcf36a (patch) | |
tree | dc0366d9baa016355adf08f067000917b0ad7909 /Shared-Interface | |
parent | ea5beb82ccad84fe465c8b28794fab2a2b1cd6d4 (diff) |
Move to New Template (work in progress)
Diffstat (limited to 'Shared-Interface')
-rw-r--r-- | Shared-Interface/CMakeLists.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Shared-Interface/CMakeLists.txt b/Shared-Interface/CMakeLists.txt index 665007f..87018c9 100644 --- a/Shared-Interface/CMakeLists.txt +++ b/Shared-Interface/CMakeLists.txt @@ -23,7 +23,9 @@ PROJECT_TARGET_ADD(audio-interface) ADD_LIBRARY(audio-interface STATIC audio-interface.c) # Library properties - SET_TARGET_PROPERTIES(audio-interface PROPERTIES OUTPUT_NAME audiointerface) + SET_TARGET_PROPERTIES(audio-interface PROPERTIES + OUTPUT_NAME ${TARGET_NAME} + ) # Library dependencies #TARGET_LINK_LIBRARIES(audio-interface |