XenosRecomp/.gitmodules
Skyth (Asilkan) 66c618cc72
Linux support. (#4)
* Initial Linux attempt.

* Fix DXIL library linkage.

* Compiling and running on Linux.

* Fix compilation error on Windows.

* Convert almost all dependencies to submodules.
2024-12-21 00:51:39 +03:00

12 lines
393 B
Text

[submodule "thirdparty/smol-v"]
path = thirdparty/smol-v
url = https://github.com/aras-p/smol-v
[submodule "thirdparty/zstd"]
path = thirdparty/zstd
url = https://github.com/facebook/zstd.git
[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