mirror of
https://github.com/wolfpld/tracy
synced 2026-01-19 04:52:09 +00:00
Generate pkgconf file for tracy
This commit is contained in:
@@ -220,7 +220,8 @@ endif
|
||||
pkg = import('pkgconfig')
|
||||
pkg.generate(tracy,
|
||||
extra_cflags : tracy_dep_compile_args,
|
||||
requires : tracy_public_deps)
|
||||
requires : tracy_public_deps,
|
||||
libraries: [tracy])
|
||||
|
||||
tracy_dep = declare_dependency(
|
||||
compile_args : tracy_dep_compile_args,
|
||||
|
||||
Reference in New Issue
Block a user