feature/added cmake support for linux

This commit is contained in:
vladimir.kuznetsov
2022-11-20 21:25:15 +03:00
parent ac78a44d74
commit 3eb7e1392d
4 changed files with 45 additions and 26 deletions
+3 -1
View File
@@ -14,4 +14,6 @@ if(NOT IOS AND NOT ANDROID)
add_subdirectory(server)
endif()
add_subdirectory(wireguard-service)
if(WIN32)
add_subdirectory(wireguard-service)
endif()