CMakeLists.txt 210 B

1234567
  1. add_executable(badvpn-flooder flooder.c)
  2. target_link_libraries(badvpn-flooder system flow server_conection ${NSPR_LIBRARIES} ${NSS_LIBRARIES})
  3. install(
  4. TARGETS badvpn-flooder
  5. RUNTIME DESTINATION bin
  6. )