This commit is contained in:
Adam Ierymenko 2019-09-23 16:46:31 -07:00
parent 4df090469a
commit 1edf680464
No known key found for this signature in database
GPG Key ID: C8877CF2D7A5D7F3
8 changed files with 0 additions and 7 deletions

View File

@ -3,14 +3,10 @@ project(zt_osdep)
set(src
Arp.cpp
Http.cpp
EthernetTap.cpp
ManagedRoute.cpp
NeighborDiscovery.cpp
OSUtils.cpp
PortMapper.cpp
PortMapper-miniupnpc.c
PortMapper-libnatpmp.c
)
set(headers
@ -18,11 +14,8 @@ set(headers
Binder.hpp
BlockingQueue.hpp
EthernetTap.hpp
Http.hpp
ManagedRoute.hpp
OSUtils.hpp
Phy.hpp
PortMapper.hpp
Thread.hpp
)