og-northstar-launcher/.gitmodules
Jan d3fb76f889
Replace vendored libcurl and minhook with submodules (#500)
* Replace vendored libcurl and minhook with submodules
* Add cmake utility for checking submodules and initializing them
* Update build instructions to use Git
2023-07-22 02:22:26 +02:00

8 lines
242 B
Text

[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