1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2025-07-12 10:44:58 +03:00

CMake: build vpnsetup

This commit is contained in:
Davide Beatrici
2020-07-23 02:00:58 +02:00
parent c084ce30f9
commit 35200a29ea
2 changed files with 33 additions and 0 deletions

View File

@ -164,6 +164,9 @@ if(WIN32)
# vpncmgr
add_subdirectory(vpncmgr)
# vpnsetup
add_subdirectory(vpnsetup)
endif()
if(UNIX)