1
0
forked from fsfw/fsfw

cmakelists update

This commit is contained in:
2020-12-07 12:59:09 +01:00
parent 489a2097b8
commit d93a8692e0
3 changed files with 52 additions and 1 deletions

View File

@ -13,9 +13,9 @@ target_sources(${LIB_FSFW_NAME}
)
if(UNIX)
add_definitions(-pthread)
target_link_libraries(${LIB_FSFW_NAME}
PRIVATE
pthread
rt
)
endif()