mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-26 07:54:36 +00:00
Add meson.build
This commit is contained in:
parent
32b1e8dcb0
commit
fbed24dc0f
5
meson.build
Normal file
5
meson.build
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
project('tracy')
|
||||||
|
|
||||||
|
tracy_dep = declare_dependency(include_directories : include_directories('.'))
|
||||||
|
|
||||||
|
meson.override_dependency('tracy', tracy_dep)
|
Loading…
Reference in New Issue
Block a user