n2n/win32/CMakeLists.txt

6 lines
138 B
CMake
Raw Permalink Normal View History

2016-10-23 14:16:15 +05:30
add_library(n2n_win32
getopt1.c
getopt.c
wintap.c)
target_link_libraries(n2n_win32 PUBLIC ws2_32.lib)