bugfix for linux/host

This commit is contained in:
Robin Müller 2021-03-30 00:37:10 +02:00
parent 3429918f5e
commit 435c6e6410

View File

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