diff options
author | crupest <crupest@outlook.com> | 2020-12-30 12:58:02 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2020-12-30 12:58:02 +0800 |
commit | 7e9e803b33a9380d2ff3111c8d11f25f5d2b98ec (patch) | |
tree | ce95eb8e3e80d35e66cd7b6431bd45a171a85345 | |
parent | 168c9a009eb68697c1b8328cfbf3a1a6ccae48f6 (diff) | |
download | crupest-7e9e803b33a9380d2ff3111c8d11f25f5d2b98ec.tar.gz crupest-7e9e803b33a9380d2ff3111c8d11f25f5d2b98ec.tar.bz2 crupest-7e9e803b33a9380d2ff3111c8d11f25f5d2b98ec.zip |
import(life): Add vcpkg.
-rw-r--r-- | works/life/.gitmodules | 3 | ||||
m--------- | works/life/vcpkg | 0 |
2 files changed, 3 insertions, 0 deletions
diff --git a/works/life/.gitmodules b/works/life/.gitmodules new file mode 100644 index 0000000..3c19d8d --- /dev/null +++ b/works/life/.gitmodules @@ -0,0 +1,3 @@ +[submodule "vcpkg"] + path = vcpkg + url = https://github.com/Microsoft/vcpkg diff --git a/works/life/vcpkg b/works/life/vcpkg new file mode 160000 +Subproject 389efb2701e93d0474fab8f8705f2f85a77e426 |