Merge pull request 'Linux Fix' (#393) from KSat/fsfw:mueller/linux-fix into development

Reviewed-on: #393
This commit is contained in:
Steffen Gaisser 2021-04-06 14:09:59 +02:00
commit c234da6f07
1 changed files with 23 additions and 24 deletions

View File

@ -10,10 +10,9 @@ elseif(${OS_FSFW} STREQUAL "host")
if (WIN32)
add_subdirectory(windows)
elseif(UNIX)
target_sources(${LIB_FSFW_NAME}
PUBLIC
linux/TcUnixUdpPollingTask.cpp
linux/TmTcUnixUdpBridge.cpp
# We still need to pull in some Linux specific sources
target_sources(${LIB_FSFW_NAME} PUBLIC
linux/tcpipHelpers.cpp
)
endif ()