From: Romain Forlot Date: Mon, 6 Mar 2017 15:58:04 +0000 (+0100) Subject: Include new signals.xpp files to the compilation X-Git-Tag: 5.0.2~571 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=83d422373a68d1ce17261488c70b717a36ebe51a;p=apps%2Fagl-service-can-low-level.git Include new signals.xpp files to the compilation Change-Id: If105a195f24f90d8a75793e127488563ca299851 Signed-off-by: Romain Forlot --- diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index f4ce7f22..89e33611 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -83,7 +83,7 @@ add_library(openxc STATIC ${PROJECT_LIBDIR}/openxc-message-format/gen/cpp/openxc message(STATUS "Creation of ${PROJECT_NAME} binding for AFB-DAEMON") ########################################################################### -add_library(${PROJECT_NAME} MODULE ${PROJECT_NAME}.cpp can-bus.cpp can-message.cpp can-signals.cpp can-decoder.cpp openxc-utils.cpp timer.cpp) +add_library(${PROJECT_NAME} MODULE ${PROJECT_NAME}.cpp can-bus.cpp can-message.cpp can-signals.cpp can-decoder.cpp obd2-signals.cpp signals.cpp openxc-utils.cpp timer.cpp) target_link_libraries(${PROJECT_NAME} ${EXTRAS_LIBRARIES} bitfield isotp uds openxc pthread) set_target_properties(${PROJECT_NAME} PROPERTIES