mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2024-11-06 09:40:41 +03:00
1301dc93c6
This new implementation can be easily compiled and executed without the need for other components to be present. It relies on standard C functions, aside from stat() which is part of POSIX but available on Windows as well. There's only one third-party dependency, which is tinydir: a single-file header-only library for traversing directories.
7 lines
240 B
Plaintext
7 lines
240 B
Plaintext
[submodule "src/Mayaqua/3rdparty/cpu_features"]
|
|
path = src/Mayaqua/3rdparty/cpu_features
|
|
url = https://github.com/google/cpu_features.git
|
|
[submodule "3rdparty/tinydir"]
|
|
path = 3rdparty/tinydir
|
|
url = https://github.com/cxong/tinydir.git
|