n2n/win32/CMakeLists.txt

5 lines
138 B
CMake

add_library(n2n_win32
getopt1.c
getopt.c
wintap.c)
target_link_libraries(n2n_win32 PUBLIC ws2_32.lib)