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