소스 검색

build MacEthernetTapAgent

ZeroTier 6 년 전
부모
커밋
28dac7ff0e
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  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)
+
+