Adds pkg-config file and headers (#17173)
This commit is contained in:
committed by
Rok Garbas
parent
c38e6a2a60
commit
5c56c906e3
@@ -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}
|
||||
Reference in New Issue
Block a user