5 lines
165 B
CMake
5 lines
165 B
CMake
# libunistd/test/test_semaphore/CMakeList.txt
|
|
|
|
add_executable(test_semaphore_server semaphore_server.cpp)
|
|
add_executable(test_semaphore_client semaphore_client.cpp)
|