diff options
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 00000000..1806e83c --- /dev/null +++ b/.gitmodules @@ -0,0 +1,8 @@ +[submodule "thirdparty/libcurl"] + path = thirdparty/libcurl + url = https://github.com/curl/curl + ignore = untracked +[submodule "thirdparty/minhook"] + path = thirdparty/minhook + url = https://github.com/TsudaKageyu/minhook + ignore = untracked |