Add the tracy wrap and meson options.
This commit is contained in:
parent
e5b4fed4ee
commit
4c3049df14
2 changed files with 11 additions and 0 deletions
1
meson.options
Normal file
1
meson.options
Normal file
|
@ -0,0 +1 @@
|
||||||
|
option('tracy_enable', type: 'boolean', value: false, description: 'Enable profiling')
|
10
wraps/tracy.wrap
Normal file
10
wraps/tracy.wrap
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
[wrap-file]
|
||||||
|
directory = tracy-0.10
|
||||||
|
source_url = https://github.com/wolfpld/tracy/archive/refs/tags/v0.10.tar.gz
|
||||||
|
source_filename = tracy-0.10.tar.gz
|
||||||
|
source_hash = a76017d928f3f2727540fb950edd3b736caa97b12dbb4e5edce66542cbea6600
|
||||||
|
source_fallback_url = https://github.com/mesonbuild/wrapdb/releases/download/tracy_0.10-1/tracy-0.10.tar.gz
|
||||||
|
wrapdb_version = 0.10-1
|
||||||
|
|
||||||
|
[provide]
|
||||||
|
tracy = tracy_dep
|
Loading…
Add table
Add a link
Reference in a new issue