mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-15 20:23:47 +00:00
13 lines
253 B
PkgConfig
13 lines
253 B
PkgConfig
|
prefix=@prefix@
|
||
|
exec_prefix=@exec_prefix@
|
||
|
libdir=@libdir@
|
||
|
includedir=@includedir@
|
||
|
|
||
|
Name: nel-3d
|
||
|
Version: @VERSION@
|
||
|
Description: NeL @VERSION@
|
||
|
Reqiures:
|
||
|
Libs: -L${libdir}
|
||
|
Libs.private: @LIBS@ @FREETYPE_LIBS@ -lc
|
||
|
Cflags: -I${includedir} @FREETYPE_CFLAGS@
|