mirror of
https://github.com/R2Northstar/NorthstarLauncher
synced 2026-08-23 20:26:04 -04:00
* Replace vendored libcurl and minhook with submodules * Add cmake utility for checking submodules and initializing them * Update build instructions to use Git
8 lines
242 B
Text
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
|