LeOS-Genesis/external/badvpn/flooder/CMakeLists.txt

8 lines
210 B
CMake
Raw Normal View History

2020-10-05 13:12:00 +02:00
add_executable(badvpn-flooder flooder.c)
target_link_libraries(badvpn-flooder system flow server_conection ${NSPR_LIBRARIES} ${NSS_LIBRARIES})
install(
TARGETS badvpn-flooder
RUNTIME DESTINATION bin
)