diff options
| author | Rusty Wagner <rusty.wagner@gmail.com> | 2024-03-05 19:50:13 -0500 |
|---|---|---|
| committer | Rusty Wagner <rusty.wagner@gmail.com> | 2024-03-05 20:34:34 -0500 |
| commit | e093c21ed880ac3eb72119be15093ee04f8ce299 (patch) | |
| tree | 9f720ebdc0ae415734b1199ed341668c69710a94 /.gitmodules | |
| parent | 0609276712622908254065546102381466033141 (diff) | |
Move architecture modules into the API repo
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 30817521..31272c5a 100644 --- a/.gitmodules +++ b/.gitmodules @@ -7,3 +7,15 @@ [submodule "vendor/fmt"] path = vendor/fmt url = https://github.com/fmtlib/fmt.git +[submodule "arch/powerpc/capstone"] + path = arch/powerpc/capstone + url = https://github.com/capstone-engine/capstone.git +[submodule "arch/x86/yasm"] + path = arch/x86/yasm + url = https://github.com/Vector35/yasm.git +[submodule "arch/x86/xed"] + path = arch/x86/xed + url = https://github.com/intelxed/xed.git +[submodule "arch/x86/mbuild"] + path = arch/x86/mbuild + url = https://github.com/intelxed/mbuild.git |
