From d192c51e11f52d7b1625efe8f159442410128224 Mon Sep 17 00:00:00 2001 From: Loïc Collignon Date: Thu, 14 Jun 2018 13:01:58 +0200 Subject: Make use of afb-helpers submodule MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The helper submodule provide some utilities like a websocket client. Change-Id: Ic75c17749146c565de1e95ef65895a1daa7f124c Signed-off-by: Loïc Collignon --- .gitmodules | 3 +++ afb-helpers | 1 + app/CMakeLists.txt | 1 + 3 files changed, 5 insertions(+) create mode 160000 afb-helpers 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 index 0000000..9a1f7ea --- /dev/null +++ b/afb-helpers @@ -0,0 +1 @@ +Subproject commit 9a1f7ea8029ff518d81ed7f13000a7c0bddcca5c 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} -- cgit 1.2.3-korg