mirror of
https://github.com/BotChain-Robots/control.git
synced 2026-03-09 16:22:26 +01:00
Oled implementation (#1)
This commit is contained in:
@@ -39,10 +39,11 @@ endif()
|
||||
|
||||
target_include_directories(c_control PUBLIC include)
|
||||
target_link_libraries(c_control
|
||||
PUBLIC
|
||||
spdlog::spdlog
|
||||
PRIVATE
|
||||
librpc::librpc
|
||||
Eigen3::Eigen
|
||||
spdlog::spdlog
|
||||
sentry-native::sentry-native
|
||||
sentry-crashpad::sentry-crashpad
|
||||
)
|
||||
@@ -63,10 +64,11 @@ add_library(control SHARED
|
||||
|
||||
target_include_directories(control PUBLIC include)
|
||||
target_link_libraries(control
|
||||
PUBLIC
|
||||
spdlog::spdlog
|
||||
PRIVATE
|
||||
librpc::librpc
|
||||
Eigen3::Eigen
|
||||
spdlog::spdlog
|
||||
sentry-native::sentry-native
|
||||
sentry-crashpad::sentry-crashpad
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user