mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-12-16 22:38:42 +00:00
13 lines
271 B
PkgConfig
13 lines
271 B
PkgConfig
|
prefix=@prefix@
|
||
|
exec_prefix=@exec_prefix@
|
||
|
libdir=@libdir@
|
||
|
includedir=@includedir@
|
||
|
|
||
|
Name: nel-pacs
|
||
|
Version: @NL_VERSION@
|
||
|
Description: NeL @NL_VERSION@
|
||
|
Requires:
|
||
|
Libs: -L${libdir}
|
||
|
Libs.private: @LIBS@ -lc -lpthread -lrt -ldl
|
||
|
Cflags: -I${includedir} -lc -lpthread -lrt -ldl
|