Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

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)