mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-06 20:43:44 +02:00
.
This commit is contained in:
parent
4df090469a
commit
1edf680464
8 changed files with 0 additions and 7 deletions
|
@ -3,14 +3,10 @@ project(zt_osdep)
|
||||||
|
|
||||||
set(src
|
set(src
|
||||||
Arp.cpp
|
Arp.cpp
|
||||||
Http.cpp
|
|
||||||
EthernetTap.cpp
|
EthernetTap.cpp
|
||||||
ManagedRoute.cpp
|
ManagedRoute.cpp
|
||||||
NeighborDiscovery.cpp
|
NeighborDiscovery.cpp
|
||||||
OSUtils.cpp
|
OSUtils.cpp
|
||||||
PortMapper.cpp
|
|
||||||
PortMapper-miniupnpc.c
|
|
||||||
PortMapper-libnatpmp.c
|
|
||||||
)
|
)
|
||||||
|
|
||||||
set(headers
|
set(headers
|
||||||
|
@ -18,11 +14,8 @@ set(headers
|
||||||
Binder.hpp
|
Binder.hpp
|
||||||
BlockingQueue.hpp
|
BlockingQueue.hpp
|
||||||
EthernetTap.hpp
|
EthernetTap.hpp
|
||||||
Http.hpp
|
|
||||||
ManagedRoute.hpp
|
ManagedRoute.hpp
|
||||||
OSUtils.hpp
|
OSUtils.hpp
|
||||||
Phy.hpp
|
|
||||||
PortMapper.hpp
|
|
||||||
Thread.hpp
|
Thread.hpp
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue