From 4bef7c90b9ca764ac38e4e31a9fc59b1c5389d59 Mon Sep 17 00:00:00 2001 From: Tobias Jahnke Date: Wed, 9 May 2018 11:11:31 +0200 Subject: 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 (cherry picked from commit 216ae6b4e1c6eac62dea123816ccb1314c8362c9) --- ucs2-afb/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'ucs2-afb/CMakeLists.txt') 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} ) -- cgit 1.2.3-korg