6 lines
95 B
CMake
6 lines
95 B
CMake
|
target_sources(${TARGET_NAME} PRIVATE
|
||
|
IntTestMq.cpp
|
||
|
IntTestMutex.cpp
|
||
|
IntTestSemaphore.cpp
|
||
|
)
|