Adds pkg-config file and headers (#17173)

This commit is contained in:
Richard Zetterberg
2016-07-23 00:41:02 +02:00
committed by Rok Garbas
parent c38e6a2a60
commit 5c56c906e3
2 changed files with 44 additions and 20 deletions
+11
View File
@@ -0,0 +1,11 @@
prefix=@out@
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${exec_prefix}/include
Name: libui
Description: Simple and portable (but not inflexible) GUI library
Version: @version@
Libs: -L${libdir} -lui
Cflags: -I${includedir}