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

4 lines
92 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)