build MacEthernetTapAgent

This commit is contained in:
ZeroTier 2019-08-01 15:41:50 -07:00
parent e385b3d377
commit 28dac7ff0e

View File

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