File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ target_link_libraries(ocvsmd_engine
6464)
6565if (${PLATFORM_OS_TYPE} STREQUAL "linux" )
6666 target_sources (ocvsmd_engine
67- platform/can/socketcan.c
67+ PRIVATE platform/can/socketcan.c
6868 )
6969 target_link_libraries (ocvsmd_engine
7070 PUBLIC canard
Original file line number Diff line number Diff line change 1616#include < spdlog/fmt/fmt.h>
1717
1818#ifdef __linux__
19- #include < libcyphal/transport/can/can_transport.hpp>
19+ # include < libcyphal/transport/can/can_transport.hpp>
2020#endif
2121
2222namespace ocvsmd
Original file line number Diff line number Diff line change 3434#include < utility>
3535
3636#ifdef __linux__
37- #include " cyphal/can_transport_bag.hpp"
37+ # include " cyphal/can_transport_bag.hpp"
3838#endif
3939
4040namespace ocvsmd
You can’t perform that action at this time.
0 commit comments