mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-05 20:13:44 +02:00
Fix MacEthernetTapAgent & Cmake integration
This commit is contained in:
parent
39f7ce15ad
commit
18071e038e
2 changed files with 2 additions and 1 deletions
|
@ -54,6 +54,7 @@ target_compile_features(${PROJECT_NAME} PUBLIC cxx_std_11)
|
|||
|
||||
if(APPLE)
|
||||
add_executable(MacEthernetTapAgent MacEthernetTapAgent.c MacEthernetTapAgent.h)
|
||||
target_include_directories(MacEthernetTapAgent PRIVATE ${CMAKE_BINARY_DIR})
|
||||
endif(APPLE)
|
||||
|
||||
|
||||
|
|
|
@ -92,7 +92,7 @@
|
|||
#include <netinet6/nd6.h>
|
||||
#include <ifaddrs.h>
|
||||
|
||||
#include "../version.h"
|
||||
#include "version.h"
|
||||
#include "MacEthernetTapAgent.h"
|
||||
|
||||
#ifndef SIOCAUTOCONF_START
|
||||
|
|
Loading…
Add table
Reference in a new issue