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

4 lines
121 B
CMake

# libunistd/test/Pump/CMakeList.txt
add_executable(test_Pump test_Pump.cpp)
target_link_libraries(test_Pump libportable)