mirror of
https://github.com/pkgconf/pkgconf.git
synced 2026-01-27 09:54:56 +00:00
13 lines
221 B
Meson
13 lines
221 B
Meson
configure_file(input : 'config.h.meson',
|
|
output : 'config.h',
|
|
configuration : cdata)
|
|
|
|
|
|
install_headers('libpkgconf.h',
|
|
'stdinc.h',
|
|
'iter.h',
|
|
'bsdstubs.h',
|
|
'libpkgconf-api.h',
|
|
subdir : 'pkgconf/libpkgconf')
|
|
|