4 lines
146 B
CMake
4 lines
146 B
CMake
add_library(devices serial.cpp rtc.cpp)
|
|
|
|
target_include_directories(devices PUBLIC include)
|
|
target_link_libraries(devices PRIVATE spdlog::spdlog)
|