mirror of
https://github.com/wolfpld/tracy
synced 2026-01-19 04:52:09 +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:
@@ -1,4 +1,4 @@
|
||||
project('tracy', ['cpp'])
|
||||
project('tracy', ['cpp'], version: '0.9.1')
|
||||
|
||||
if get_option('tracy_enable')
|
||||
add_project_arguments('-DTRACY_ENABLE', language : 'cpp')
|
||||
|
||||
Reference in New Issue
Block a user