Update CMake logic making external libs global
authorRomain Forlot <romain.forlot@iot.bzh>
Fri, 14 Apr 2017 07:28:48 +0000 (09:28 +0200)
committerRomain Forlot <romain.forlot@iot.bzh>
Fri, 14 Apr 2017 07:28:48 +0000 (09:28 +0200)
commit39c3509aa25259db4f75805a1d1da3ab78ce6c88
tree0c3d8248a680c53fd1f1ff59dfc4d4f251c05164
parent181b0eda648dd7e770414fd5980644ce56711f5d
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>
12 files changed:
.gitmodules
CMakeLists.txt
can-config-generator/CMakeLists.txt
etc/config.cmake
libs/CMakeLists.txt [new file with mode: 0644]
libs/bitfield-c [moved from low-can-binding/libs/bitfield-c with 100% similarity]
libs/isotp-c [moved from low-can-binding/libs/isotp-c with 100% similarity]
libs/nanopb [moved from low-can-binding/libs/nanopb with 100% similarity]
libs/openxc-message-format [moved from low-can-binding/libs/openxc-message-format with 100% similarity]
libs/uds-c [moved from low-can-binding/libs/uds-c with 100% similarity]
low-can-binding/CMakeLists.txt
low-can-binding/subCMakeLists.txt [deleted file]