n2n/win32/CMakeLists.txt

6 lines
138 B
CMake
Raw Normal View History

2016-10-23 10:46:15 +02:00
add_library(n2n_win32
getopt1.c
getopt.c
wintap.c)
target_link_libraries(n2n_win32 PUBLIC ws2_32.lib)