Add the tracy wrap and meson options.

master
Zed A. Shaw 2 months ago
parent e5b4fed4ee
commit 4c3049df14
  1. 1
      meson.options
  2. 10
      wraps/tracy.wrap

@ -0,0 +1 @@
option('tracy_enable', type: 'boolean', value: false, description: 'Enable profiling')

@ -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…
Cancel
Save