fsfw/unittests/osal/CMakeLists.txt
Ulrich Mohr 6d85fa155e
All checks were successful
fsfw/fsfw/pipeline/head This commit looks good
cleaning up unittest build
2023-01-20 16:05:04 +01:00

6 lines
196 B
CMake

target_sources(${FSFW_TEST_TGT} PRIVATE testMq.cpp TestClock.cpp)
if(FSFW_OSAL MATCHES "linux" OR FSFW_OSAL MATCHES "freertos")
target_sources(${FSFW_TEST_TGT} PRIVATE TestSemaphore.cpp)
endif()