small bugfixes
This commit is contained in:
@ -10,4 +10,12 @@ target_sources(${LIB_FSFW_NAME}
|
||||
QueueMapManager.cpp
|
||||
SemaphoreFactory.cpp
|
||||
TaskFactory.cpp
|
||||
)
|
||||
)
|
||||
|
||||
if(UNIX)
|
||||
target_link_libraries(${LIB_FSFW_NAME}
|
||||
PRIVATE
|
||||
pthread
|
||||
rt
|
||||
)
|
||||
endif()
|
Reference in New Issue
Block a user