diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2017-05-03 17:53:03 +0200 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2017-05-03 17:53:03 +0200 |
commit | 4ec4f7330425d5f1e63b6467deb11347dab9699a (patch) | |
tree | aea8600c2771545a971f668e91c1db0f7798c0ee /CAN-binder/low-can-binding/CMakeLists.txt | |
parent | 71798df5325efe6005fb87dad8a3489e656021f0 (diff) |
Added child class to binding target.
Change-Id: I804abe6eb0965b54fb93bc8da2b1e1665b99476d
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'CAN-binder/low-can-binding/CMakeLists.txt')
-rw-r--r-- | CAN-binder/low-can-binding/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
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 |