1
0
mirror of https://github.com/wjwwood/serial.git synced 2026-01-23 04:04:54 +08:00

add implementation sources

This commit is contained in:
messers2 2024-03-22 11:20:12 +01:00
parent cfa5929b8b
commit 2b17eb6110

View File

@ -36,6 +36,7 @@ endif()
target_sources(${PROJECT_NAME}
PRIVATE
src/serial.cc
${serial_SRCS}
PUBLIC
include/serial/serial.h
)