CMakeLists.txt 221 B

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