generate and install .pc file

resolves #348
This commit is contained in:
andy5995 2021-12-20 00:33:16 -06:00
parent fea45b2d5b
commit cc610e7b54
No known key found for this signature in database
GPG Key ID: 06BFEC9B82603CAF
1 changed files with 5 additions and 0 deletions

View File

@ -174,3 +174,8 @@ if libui_mode == 'static'
endif
subdir('test')
subdir('examples')
pkg = import('pkgconfig')
pkg.generate(
libui_libui,
description : 'a portable GUI library for C')