From 39c3509aa25259db4f75805a1d1da3ab78ce6c88 Mon Sep 17 00:00:00 2001 From: Romain Forlot Date: Fri, 14 Apr 2017 09:28:48 +0200 Subject: 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 --- etc/config.cmake | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'etc') diff --git a/etc/config.cmake b/etc/config.cmake index 44018c15..849f77db 100644 --- a/etc/config.cmake +++ b/etc/config.cmake @@ -18,7 +18,7 @@ # Project Info # ------------------ -set(NAME low-can-binding) +set(NAME low-can-project) set(VERSION "1.0") set(PRETTY_NAME "Low level CAN binding") set(DESCRIPTION "Expose CAN Low Level APIs through AGL Framework") @@ -54,15 +54,15 @@ setc(LD_LIBRARY_PATH ${CMAKE_INSTALL_PREFIX}/lib64 ${CMAKE_INSTALL_PREFIX}/lib) # Optional dependencies order # --------------------------- -set(EXTRA_DEPENDENCIES_ORDER can-config-generator low-can-binding) +set(EXTRA_DEPENDENCIES_ORDER can-config-generator openxc-libs low-can-binding) # Optional Extra global include path # ----------------------------------- -set(EXTRA_INCLUDE_DIRS can-config-generator/3rdparty/json) +#set(EXTRA_INCLUDE_DIRS can-config-generator/3rdparty/json libs/openxc-message-format/gen/cpp libs/nanopb libs/uds-c/src libs/isotp-c/src libs/bitfield-c/src) # Optional extra libraries # ------------------------- -set(EXTRA_LINK_LIBRARIES nanopb bitfield-c isotp-c uds-c openxc-message-format) +#set(EXTRA_LINK_LIBRARIES) # Optional force binding installation # ------------------------------------ -- cgit 1.2.3-korg