tor-android/external/badvpn_dns/flooder/CMakeLists.txt

8 lines
210 B
CMake
Raw Normal View History

2015-01-25 11:08:34 +00: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
)