Fix MacEthernetTapAgent & Cmake integration

This commit is contained in:
ZeroTier 2019-08-16 09:44:31 -07:00
commit 18071e038e
2 changed files with 2 additions and 1 deletions

View file

@ -54,6 +54,7 @@ target_compile_features(${PROJECT_NAME} PUBLIC cxx_std_11)
if(APPLE)
add_executable(MacEthernetTapAgent MacEthernetTapAgent.c MacEthernetTapAgent.h)
target_include_directories(MacEthernetTapAgent PRIVATE ${CMAKE_BINARY_DIR})
endif(APPLE)