From 5c64e5f584bc0161af0c0d904d4e74db45e44451 Mon Sep 17 00:00:00 2001 From: Romain Forlot Date: Fri, 17 Feb 2017 12:43:04 +0000 Subject: Include supplementary libs and fix include Change-Id: I521ededa95c3b5f4507b86f162f04bf28474e440 Signed-off-by: Romain Forlot --- src/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/CMakeLists.txt') diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 13539227..a034b433 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -57,7 +57,7 @@ include(FindPkgConfig) pkg_check_modules(EXTRAS REQUIRED json-c afb-daemon) add_compile_options(${EXTRAS_CFLAGS}) -include_directories(${EXTRAS_INCLUDE_DIRS} ${PROJECT_LIBDIR}/openxc-message-format/gen/cpp ${PROJECT_LIBDIR}/nanopb/) +include_directories(${EXTRAS_INCLUDE_DIRS} ${PROJECT_LIBDIR}/openxc-message-format/gen/cpp ${PROJECT_LIBDIR}/nanopb/ ${PROJECT_LIBDIR}/uds-c/src ${PROJECT_LIBDIR}/bitfield-c/src ${PROJECT_LIBDIR}/isotp-c/src) link_libraries(${EXTRAS_LIBRARIES}) ########################################################################### -- cgit 1.2.3-korg