CMakeLists.txt 227 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 ${CMAKE_INSTALL_BINDIR}
  6. )