mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2024-12-19 04:57:53 +00:00
build MacEthernetTapAgent
This commit is contained in:
parent
e385b3d377
commit
28dac7ff0e
@ -50,3 +50,8 @@ endif(WIN32)
|
|||||||
add_library(${PROJECT_NAME} STATIC ${src} ${headers})
|
add_library(${PROJECT_NAME} STATIC ${src} ${headers})
|
||||||
target_compile_features(${PROJECT_NAME} PUBLIC cxx_std_11)
|
target_compile_features(${PROJECT_NAME} PUBLIC cxx_std_11)
|
||||||
|
|
||||||
|
if(APPLE)
|
||||||
|
add_executable(MacEthernetTapAgent MacEthernetTapAgent.c MacEthernetTapAgent.h)
|
||||||
|
endif(APPLE)
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user