mirror of
https://github.com/hedge-dev/XenonRecomp.git
synced 2025-11-04 06:47:09 +00:00
Linux support. (#3)
* Compiling and running on Linux. * Fix xpointer constructor. * Convert dependencies to submodules. * Fix wchar_t usage for Linux.
This commit is contained in:
9
.gitmodules
vendored
Normal file
9
.gitmodules
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
[submodule "thirdparty/xxHash"]
|
||||
path = thirdparty/xxHash
|
||||
url = https://github.com/Cyan4973/xxHash.git
|
||||
[submodule "thirdparty/fmt"]
|
||||
path = thirdparty/fmt
|
||||
url = https://github.com/fmtlib/fmt.git
|
||||
[submodule "thirdparty/tomlplusplus"]
|
||||
path = thirdparty/tomlplusplus
|
||||
url = https://github.com/marzer/tomlplusplus.git
|
||||
Reference in New Issue
Block a user