mirror of
https://github.com/mamedev/mame.git
synced 2024-11-16 07:48:32 +01:00
10 lines
295 B
Text
10 lines
295 B
Text
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
|