We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3ba2bb9 + 4c8dab0 commit 04f3d38Copy full SHA for 04f3d38
1 file changed
meson.build
@@ -64,10 +64,10 @@ unity_dep = declare_dependency(
64
if not meson.is_subproject()
65
pkg = import('pkgconfig')
66
pkg.generate(
67
- name: meson.project_name(),
+ unity_lib,
68
version: meson.project_version(),
69
- libraries: [ unity_lib ],
70
- description: 'C Unit testing framework.'
+ subdirs: 'unity',
+ extra_cflags: unity_args,
71
)
72
endif
73
0 commit comments