mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-10 02:31:48 +00:00
add version to meson.build 'project()'
Meson projects which use tracy as a subproject and specify a version for the dependency will fail due to an undefined version number.
This commit is contained in:
parent
f55d0d0f55
commit
0e11b40bb2
@ -1,4 +1,4 @@
|
|||||||
project('tracy', ['cpp'])
|
project('tracy', ['cpp'], version: '0.9.1')
|
||||||
|
|
||||||
if get_option('tracy_enable')
|
if get_option('tracy_enable')
|
||||||
add_project_arguments('-DTRACY_ENABLE', language : 'cpp')
|
add_project_arguments('-DTRACY_ENABLE', language : 'cpp')
|
||||||
|
Loading…
Reference in New Issue
Block a user