Skip to content

Commit

Permalink
meson: Integrate frida-python
Browse files Browse the repository at this point in the history
  • Loading branch information
oleavr committed Mar 21, 2024
1 parent 52f64e9 commit 8cd2e8d
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,8 @@
/deps/
/dist/
/frida_tools/*_agent.js
/subprojects/frida-core.wrap
/subprojects/frida-core/
/subprojects/frida-gum.wrap
/subprojects/frida-gum/
/subprojects/frida-python/
2 changes: 2 additions & 0 deletions meson.build
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
project('frida-tools', 'c', version: '1.0.0')

subproject('frida-python')

python = import('python').find_installation()

subdir('agents')
Expand Down
4 changes: 4 additions & 0 deletions subprojects/frida-python.wrap
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[wrap-git]
url = https://github.com/frida/frida-python.git
revision = main
depth = 1

0 comments on commit 8cd2e8d

Please sign in to comment.