Browse Source

build MacEthernetTapAgent

ZeroTier 6 years ago
parent
commit
28dac7ff0e
1 changed files with 5 additions and 0 deletions
  1. 5 0
      osdep/CMakeLists.txt

+ 5 - 0
osdep/CMakeLists.txt

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