[3PP] Uplift 3PPs

- Xbyak
- Capstone
- Cxxopts
- Fmt (only to 7.1.3 for now)
This commit is contained in:
Gliniak
2023-10-14 20:27:27 +02:00
committed by Radosław Gliński
parent 288900ff7e
commit 93b5886e22
6 changed files with 8 additions and 6 deletions

4
.gitmodules vendored
View File

@@ -1,6 +1,6 @@
[submodule "third_party/xbyak"]
path = third_party/xbyak
url = https://github.com/xenia-project/xbyak.git
url = https://github.com/herumi/xbyak.git
[submodule "third_party/imgui"]
path = third_party/imgui
url = https://github.com/ocornut/imgui.git
@@ -30,7 +30,7 @@
url = https://github.com/openluopworld/aes_128.git
[submodule "third_party/capstone"]
path = third_party/capstone
url = https://github.com/xenia-project/capstone.git
url = https://github.com/capstone-engine/capstone.git
[submodule "third_party/cpptoml"]
path = third_party/cpptoml
url = https://github.com/skystrife/cpptoml.git

View File

@@ -39,6 +39,8 @@ project("capstone")
"capstone/SStream.h",
"capstone/utils.c",
"capstone/utils.h",
"capstone/Mapping.c",
"capstone/Mapping.h",
"capstone/arch/X86/*.c",
"capstone/arch/X86/*.h",