diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2017-04-14 09:28:48 +0200 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2017-04-14 09:28:48 +0200 |
commit | 39c3509aa25259db4f75805a1d1da3ab78ce6c88 (patch) | |
tree | 0c3d8248a680c53fd1f1ff59dfc4d4f251c05164 /.gitmodules | |
parent | 181b0eda648dd7e770414fd5980644ce56711f5d (diff) |
Update CMake logic making external libs global
Each external libraries is a target that can be linked to a target project.
Change-Id: I4564eaa1c96c877c42f2a420599e27279f48d378
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/.gitmodules b/.gitmodules index 74a13e89..db4dd122 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,15 +1,15 @@ [submodule "low-can-binding/libs/openxc-message-format"] - path = low-can-binding/libs/openxc-message-format + path = libs/openxc-message-format url = https://github.com/openxc/openxc-message-format [submodule "low-can-binding/libs/nanopb"] - path = low-can-binding/libs/nanopb + path = libs/nanopb url = https://github.com/nanopb/nanopb.git [submodule "low-can-binding/libs/uds-c"] - path = low-can-binding/libs/uds-c + path = libs/uds-c url = https://github.com/openxc/uds-c.git [submodule "low-can-binding/libs/bitfield-c"] - path = low-can-binding/libs/bitfield-c + path = libs/bitfield-c url = https://github.com/openxc/bitfield-c.git [submodule "low-can-binding/libs/isotp-c"] - path = low-can-binding/libs/isotp-c + path = libs/isotp-c url = https://github.com/openxc/isotp-c |