diff options
Diffstat (limited to '3rdparty/utf8proc/libutf8proc.pc.in')
-rw-r--r-- | 3rdparty/utf8proc/libutf8proc.pc.in | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/3rdparty/utf8proc/libutf8proc.pc.in b/3rdparty/utf8proc/libutf8proc.pc.in new file mode 100644 index 00000000000..820b43fd887 --- /dev/null +++ b/3rdparty/utf8proc/libutf8proc.pc.in @@ -0,0 +1,10 @@ +prefix=PREFIX +exec_prefix=${prefix} +libdir=${prefix}/LIBDIR +includedir=${prefix}/INCLUDEDIR + +Name: libutf8proc +Description: UTF8 processing +Version: VERSION +Libs: -L${libdir} -lutf8proc +Cflags: -I${includedir} -DUTF8PROC_EXPORTS |