4 lines
92 B
CMake
4 lines
92 B
CMake
|
add_library(devices serial.cpp rtc.cpp)
|
||
|
|
||
|
target_include_directories(devices PUBLIC include)
|