fsfw/hal/src/fsfw_hal/linux/uart/CMakeLists.txt

5 lines
72 B
CMake
Raw Normal View History

2021-07-15 18:59:47 +02:00
target_sources(${LIB_FSFW_NAME} PUBLIC
2021-07-13 19:19:25 +02:00
UartComIF.cpp
UartCookie.cpp
)