diff options
-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} |