mirror of
https://github.com/frida/frida
synced 2026-08-13 06:26:05 -04:00
submodules: Restructure to use as Meson subprojects
This commit is contained in:
parent
c9f2ab938c
commit
1e9112162d
10 changed files with 9 additions and 9 deletions
18
.gitmodules
vendored
18
.gitmodules
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue