parent
fea45b2d5b
commit
cc610e7b54
|
@ -174,3 +174,8 @@ if libui_mode == 'static'
|
||||||
endif
|
endif
|
||||||
subdir('test')
|
subdir('test')
|
||||||
subdir('examples')
|
subdir('examples')
|
||||||
|
|
||||||
|
pkg = import('pkgconfig')
|
||||||
|
pkg.generate(
|
||||||
|
libui_libui,
|
||||||
|
description : 'a portable GUI library for C')
|
||||||
|
|
Loading…
Reference in New Issue