mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2025-07-12 10:44:58 +03:00
hamcorebuilder: Use libhamcore to build archive
https://github.com/SoftEtherVPN/libhamcore
This commit is contained in:
@ -123,9 +123,6 @@ add_subdirectory(Cedar)
|
||||
# Mayaqua kernel
|
||||
add_subdirectory(Mayaqua)
|
||||
|
||||
# hamcorebuilder utility
|
||||
add_subdirectory(hamcorebuilder)
|
||||
|
||||
# vpnserver
|
||||
add_subdirectory(vpnserver)
|
||||
|
||||
@ -141,6 +138,12 @@ add_subdirectory(vpncmd)
|
||||
# vpntest
|
||||
add_subdirectory(vpntest)
|
||||
|
||||
# libhamcore
|
||||
add_subdirectory(libhamcore)
|
||||
|
||||
# hamcorebuilder utility
|
||||
add_subdirectory(hamcorebuilder)
|
||||
|
||||
# hamcore.se2 archive file
|
||||
add_custom_target(hamcore-archive-build
|
||||
ALL
|
||||
|
Reference in New Issue
Block a user