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

13 lines
300 B
CMake
Raw Normal View History

2020-10-05 13:12:00 +02:00
add_executable(badvpn-server server.c)
target_link_libraries(badvpn-server system flow flowextra nspr_support predicate security ${NSPR_LIBRARIES} ${NSS_LIBRARIES})
install(
TARGETS badvpn-server
RUNTIME DESTINATION bin
)
install(
FILES badvpn-server.8
DESTINATION share/man/man8
)