1
0
forked from fsfw/fsfw

revaming linux UDP stuff

This commit is contained in:
2021-03-12 16:47:55 +01:00
parent cf120e2d86
commit 7173d2ecfc
3 changed files with 35 additions and 0 deletions

View File

@ -16,6 +16,7 @@ target_sources(${LIB_FSFW_NAME}
TcUnixUdpPollingTask.cpp
TmTcUnixUdpBridge.cpp
Timer.cpp
tcpipHelpers.cpp
)
find_package(Threads REQUIRED)