attempt to fix build
[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
9e052883 7Version: @PROJECT_VERSION_MAJOR@.@PROJECT_VERSION_MINOR@
b24e7fce 8Libs: -L${libdir} -lchdr @LIBS@
9Cflags: -I${includedir}
10