submodules: Restructure to use as Meson subprojects

This commit is contained in:
Ole André Vadla Ravnås 2024-04-06 10:46:43 +02:00
parent c9f2ab938c
commit 1e9112162d
10 changed files with 9 additions and 9 deletions

18
.gitmodules vendored
View file

@ -1,29 +1,29 @@
[submodule "frida-gum"]
path = frida-gum
path = subprojects/frida-gum
url = https://github.com/frida/frida-gum.git
[submodule "frida-core"]
path = frida-core
path = subprojects/frida-core
url = https://github.com/frida/frida-core.git
[submodule "frida-python"]
path = frida-python
path = subprojects/frida-python
url = https://github.com/frida/frida-python.git
[submodule "frida-node"]
path = frida-node
path = subprojects/frida-node
url = https://github.com/frida/frida-node.git
[submodule "frida-swift"]
path = frida-swift
path = subprojects/frida-swift
url = https://github.com/frida/frida-swift.git
[submodule "frida-clr"]
path = frida-clr
path = subprojects/frida-clr
url = https://github.com/frida/frida-clr.git
[submodule "frida-qml"]
path = frida-qml
path = subprojects/frida-qml
url = https://github.com/frida/frida-qml.git
[submodule "frida-tools"]
path = frida-tools
path = subprojects/frida-tools
url = https://github.com/frida/frida-tools.git
[submodule "frida-go"]
path = frida-go
path = subprojects/frida-go
url = https://github.com/frida/frida-go
[submodule "releng"]
path = releng