Fix cmake build and add n2n 32bit DLL

This commit is contained in:
emanuele-f 2019-06-08 13:14:16 +02:00
parent 90bcee24e5
commit a89e6b913d
2 changed files with 1 additions and 2 deletions

View File

@ -48,8 +48,8 @@ endif()
#message(${N2N_OPTION_AES})
## DEBUG FOR CMAKE
# Add SHARED to build DLL
add_library(n2n n2n.c
n2n_keyfile.c
edge_utils.c
wire.c
minilzo.c
@ -61,7 +61,6 @@ add_library(n2n n2n.c
tuntap_netbsd.c
tuntap_linux.c
tuntap_osx.c
version.c
)
if(DEFINED WIN32)

BIN
dll/n2n.dll Normal file

Binary file not shown.