mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-08-14 18:48:36 -07:00
CMake for edge branch
This commit is contained in:
parent
8e04f83232
commit
68b94a3188
3 changed files with 79 additions and 2 deletions
|
@ -4,6 +4,7 @@ project(zt_osdep)
|
|||
set(src
|
||||
Arp.cpp
|
||||
Http.cpp
|
||||
EthernetTap.cpp
|
||||
ManagedRoute.cpp
|
||||
NeighborDiscovery.cpp
|
||||
OSUtils.cpp
|
||||
|
@ -14,6 +15,7 @@ set(headers
|
|||
Arp.hpp
|
||||
Binder.hpp
|
||||
BlockingQueue.hpp
|
||||
EthernetTap.hpp
|
||||
Http.hpp
|
||||
ManagedRoute.hpp
|
||||
OSUtils.hpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue