2
0
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:
KovalevDima
2025-11-02 20:08:03 +03:00
parent c556831ddc
commit da5547691a

View File

@@ -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,