Clean up dead stuff from OneService and fix build errors.

This commit is contained in:
Adam Ierymenko 2019-08-19 19:21:33 -07:00
commit 5cfbb0a423
No known key found for this signature in database
GPG key ID: 1657198823E52A61
25 changed files with 45 additions and 9785 deletions

View file

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