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 | |
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>
-rw-r--r-- | .gitmodules | 3 | ||||
m--------- | afb-helpers | 0 | ||||
-rw-r--r-- | app/CMakeLists.txt | 1 |
3 files changed, 4 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index e07cae1..af9d4e3 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "conf.d/app-templates"] path = conf.d/app-templates url = https://gerrit.automotivelinux.org/gerrit/p/apps/app-templates.git +[submodule "afb-helpers"] + path = afb-helpers + url = https://gerrit.automotivelinux.org/gerrit/apps/app-afb-helpers-submodule diff --git a/afb-helpers b/afb-helpers new file mode 160000 +Subproject 9a1f7ea8029ff518d81ed7f13000a7c0bddcca5 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} |