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