diff options
author | Loïc Collignon <loic.collignon@iot.bzh> | 2018-06-14 13:01:58 +0200 |
---|---|---|
committer | Loïc Collignon <loic.collignon@iot.bzh> | 2018-06-14 13:01:58 +0200 |
commit | d192c51e11f52d7b1625efe8f159442410128224 (patch) | |
tree | 88eda279861b9f1fb6f294adaaef5ec52bd4342a /app/CMakeLists.txt | |
parent | e1fe0c6624162befe87cc9215943b54384492fca (diff) |
Make use of afb-helpers submodule
The helper submodule provide some utilities like a websocket client.
Change-Id: Ic75c17749146c565de1e95ef65895a1daa7f124c
Signed-off-by: Loïc Collignon <loic.collignon@iot.bzh>
Diffstat (limited to 'app/CMakeLists.txt')
-rw-r--r-- | app/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/CMakeLists.txt b/app/CMakeLists.txt index 034d233..c40daa7 100644 --- a/app/CMakeLists.txt +++ b/app/CMakeLists.txt @@ -47,6 +47,7 @@ target_link_libraries(mixer homescreen qtWindowmanagerWrapper json-c + afb-helpers ) #add_custom_command(TARGET ${TARGET_NAME} |