Browse Source

Fix cmake build and add n2n 32bit DLL

pull/128/head
emanuele-f 5 years ago
parent
commit
a89e6b913d
  1. 3
      CMakeLists.txt
  2. BIN
      dll/n2n.dll

3
CMakeLists.txt

@ -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

Binary file not shown.
Loading…
Cancel
Save