We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28e316c commit 32ce389Copy full SHA for 32ce389
rover-apps/common/CMakeLists.txt
@@ -5,4 +5,14 @@ target_link_libraries(WatchdogModule
5
PRIVATE
6
WatchdogWrapper
7
mbed-os
8
- )
+ )
9
+
10
+add_library(CANModule)
11
+target_sources(CANModule PRIVATE src/CANModule.cpp)
12
+target_include_directories(CANModule PUBLIC include)
13
+target_link_libraries(CANModule
14
+ PRIVATE
15
+ CANInterface
16
+ mbed-os
17
18
0 commit comments