taken over cmakelists file
This commit is contained in:
parent
1c79da0e75
commit
db42e79fd4
25
osal/linux/CMakeLists.txt
Normal file
25
osal/linux/CMakeLists.txt
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
target_sources(${LIB_FSFW_NAME}
|
||||||
|
PRIVATE
|
||||||
|
Clock.cpp
|
||||||
|
BinarySemaphore.cpp
|
||||||
|
CountingSemaphore.cpp
|
||||||
|
FixedTimeslotTask.cpp
|
||||||
|
InternalErrorCodes.cpp
|
||||||
|
MessageQueue.cpp
|
||||||
|
Mutex.cpp
|
||||||
|
MutexFactory.cpp
|
||||||
|
PeriodicPosixTask.cpp
|
||||||
|
PosixThread.cpp
|
||||||
|
QueueFactory.cpp
|
||||||
|
SemaphoreFactory.cpp
|
||||||
|
TaskFactory.cpp
|
||||||
|
TcUnixUdpPollingTask.cpp
|
||||||
|
TmTcUnixUdpBridge.cpp
|
||||||
|
Timer.cpp
|
||||||
|
)
|
||||||
|
|
||||||
|
target_link_libraries(${LIB_FSFW_NAME}
|
||||||
|
PRIVATE
|
||||||
|
rt
|
||||||
|
pthread
|
||||||
|
)
|
Loading…
Reference in New Issue
Block a user