diff options
author | Matt Ranostay <matt.ranostay@konsulko.com> | 2017-08-17 17:04:15 -0700 |
---|---|---|
committer | Matt Ranostay <matt.ranostay@konsulko.com> | 2017-08-17 17:31:04 -0700 |
commit | b14bd26a92259c86147465ced782830bb310aac9 (patch) | |
tree | 33c3038d0db497b59510ba62c232bbc2912bf008 /.gitmodules | |
parent | 49f0ffaf2c80f08bc5309c4dc465dfa98090e59f (diff) |
binding: radio: switch to cmake build system
Switch from qmake build system to cmake avoiding the unneeded
dependency of qt
Bug-AGL: SPEC-834
Change-Id: Ifcf43b8ebadf723ec0131beda7d96f705083a1c2
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..b545da1 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "conf.d/app-templates"] + path = conf.d/app-templates + url = https://gerrit.automotivelinux.org/gerrit/apps/app-templates |