ysyx-workbench/npc/csrc/devices/CMakeLists.txt

5 lines
146 B
CMake
Raw Normal View History

2024-07-09 12:42:01 +00:00
add_library(devices serial.cpp rtc.cpp)
target_include_directories(devices PUBLIC include)
target_link_libraries(devices PRIVATE spdlog::spdlog)