diff options
author | Matt Ranostay <matt.ranostay@konsulko.com> | 2017-08-11 15:21:46 -0700 |
---|---|---|
committer | Matt Ranostay <matt.ranostay@konsulko.com> | 2017-08-11 18:57:12 -0700 |
commit | 2260e85751467db9c361346e5bea5bd6b41b1718 (patch) | |
tree | 9c2aa0d1108d104e1614b991c61b51c7102edf99 /.gitmodules | |
parent | 2effd810aef1ed7e8c58893acc794f423e41d06d (diff) |
binding: bluetooth: switch from qmake to cmake
Switch from legacy qmake to cmake to build binding
Bug-AGL: SPEC-822
Change-Id: Ia2683dda11380c17285768bf6818893cbc5fda08
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 |