mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-08-14 10:37:33 -07:00
Clean up dead stuff from OneService and fix build errors.
This commit is contained in:
parent
900ec143a8
commit
5cfbb0a423
25 changed files with 45 additions and 9785 deletions
|
@ -29,8 +29,8 @@ if(WIN32)
|
|||
set(headers ${headers} WindowsEthernetTap.hpp)
|
||||
elseif(UNIX)
|
||||
if(APPLE)
|
||||
set(src ${src} MacEthernetTap.cpp)
|
||||
set(headers ${headers} MacEthernetTap.hpp)
|
||||
set(src ${src} MacEthernetTap.cpp MacKextEthernetTap.cpp)
|
||||
set(headers ${headers} MacEthernetTap.hpp MacKextEthernetTap.hpp)
|
||||
endif(APPLE)
|
||||
|
||||
if(CMAKE_SYSTEM_NAME MATCHES "BSD")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue