CMake for edge branch

This commit is contained in:
Grant Limberg 2019-08-12 12:35:07 -07:00
commit 68b94a3188
3 changed files with 79 additions and 2 deletions

View file

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