1
0
forked from fsfw/fsfw

osal taken over

This commit is contained in:
2020-12-22 16:15:18 +01:00
parent e052a9694f
commit c174c9ecb8
5 changed files with 101 additions and 4 deletions

View File

@ -0,0 +1,11 @@
target_sources(${LIB_FSFW_NAME}
PRIVATE
TcWinUdpPollingTask.cpp
TmTcWinUdpBridge.cpp
)
target_link_libraries(${LIB_FSFW_NAME}
PRIVATE
wsock32
ws2_32
)