5 lines
81 B
CMake
5 lines
81 B
CMake
|
target_sources(${TARGET_NAME} PRIVATE
|
||
|
TestMessageQueue.cpp
|
||
|
TestSemaphore.cpp
|
||
|
)
|