mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-06 20:43:44 +02:00
build MacEthernetTapAgent
This commit is contained in:
parent
e385b3d377
commit
28dac7ff0e
1 changed files with 5 additions and 0 deletions
|
@ -50,3 +50,8 @@ endif(WIN32)
|
|||
add_library(${PROJECT_NAME} STATIC ${src} ${headers})
|
||||
target_compile_features(${PROJECT_NAME} PUBLIC cxx_std_11)
|
||||
|
||||
if(APPLE)
|
||||
add_executable(MacEthernetTapAgent MacEthernetTapAgent.c MacEthernetTapAgent.h)
|
||||
endif(APPLE)
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue