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

6 lines
146 B
CMake
Raw Normal View History

2020-10-05 13:12:00 +02:00
set(FLOWEXTRA_SOURCES
PacketPassInactivityMonitor.c
KeepaliveIO.c
)
badvpn_add_library(flowextra "flow;system" "" "${FLOWEXTRA_SOURCES}")