diff options
author | Tobias Jahnke <tobias.jahnke@microchip.com> | 2018-05-09 11:11:31 +0200 |
---|---|---|
committer | Tobias Jahnke <tobias.jahnke@microchip.com> | 2018-05-09 11:19:17 +0200 |
commit | 216ae6b4e1c6eac62dea123816ccb1314c8362c9 (patch) | |
tree | cf6999a740850d287420d6e739d8a52cdc74f7b5 /ucs2-afb/CMakeLists.txt | |
parent | 84c3e1b169038e181526b4fbadab3d8f9322717c (diff) |
agl-service-unicens: support base64 Tx/Rx
Bug-AGL: SPEC-1177
Implement function to transmit control messages
with base64 encoded payload string. Modify control
message reception providing the payload as base64.
Change-Id: I78fb600e75cef3083220da202d2274df729083d9
Signed-off-by: Tobias Jahnke <tobias.jahnke@microchip.com>
Diffstat (limited to 'ucs2-afb/CMakeLists.txt')
-rw-r--r-- | ucs2-afb/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ucs2-afb/CMakeLists.txt b/ucs2-afb/CMakeLists.txt index 31d8c0d..2f5141d 100644 --- a/ucs2-afb/CMakeLists.txt +++ b/ucs2-afb/CMakeLists.txt @@ -35,5 +35,6 @@ PROJECT_TARGET_ADD(ucs2-afb) # Library dependencies (include updates automatically) TARGET_LINK_LIBRARIES(${TARGET_NAME} ucs2-inter + afb-helpers ${link_libraries} ) |