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

7 lines
105 B
CMake
Raw Normal View History

2020-10-05 13:12:00 +02:00
add_executable(badvpn-tunctl tunctl.c)
install(
TARGETS badvpn-tunctl
RUNTIME DESTINATION bin
)