4 lines
121 B
CMake
4 lines
121 B
CMake
# libunistd/test/Pump/CMakeList.txt
|
|
|
|
add_executable(test_Pump test_Pump.cpp)
|
|
target_link_libraries(test_Pump libportable) |