Restore deps/mman
[pcsx_rearmed.git] / deps / libchdr / pkg-config.pc.in
CommitLineData
b24e7fce 1prefix=@CMAKE_INSTALL_PREFIX@
2libdir=${prefix}/@CMAKE_INSTALL_LIBDIR@
3includedir=${prefix}/@CMAKE_INSTALL_INCLUDEDIR@/libchdr
4
5Name: libchdr
6Description: Standalone library for reading MAME's CHDv1-v5 formats
7Version: @CHDR_VERSION_MAJOR@.@CHDR_VERSION_MINOR@
8Libs: -L${libdir} -lchdr @LIBS@
9Cflags: -I${includedir}
10