From 4ec4f7330425d5f1e63b6467deb11347dab9699a Mon Sep 17 00:00:00 2001 From: Romain Forlot Date: Wed, 3 May 2017 17:53:03 +0200 Subject: [PATCH] Added child class to binding target. Change-Id: I804abe6eb0965b54fb93bc8da2b1e1665b99476d Signed-off-by: Romain Forlot --- CAN-binder/low-can-binding/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CAN-binder/low-can-binding/CMakeLists.txt b/CAN-binder/low-can-binding/CMakeLists.txt index 174b7526..ec69c845 100644 --- a/CAN-binder/low-can-binding/CMakeLists.txt +++ b/CAN-binder/low-can-binding/CMakeLists.txt @@ -39,6 +39,8 @@ PROJECT_TARGET_ADD(low-can-binding) utils/openxc-utils.cpp utils/timer.cpp utils/socketcan.cpp + utils/socketcan-raw.cpp + utils/socketcan-bcm.cpp utils/config-parser.cpp) # Binder exposes a unique public entry point -- 2.16.6