mirror of
https://github.com/ekeeke/Genesis-Plus-GX.git
synced 2025-08-24 07:11:52 +02:00

* Bump libchdr and adjust build * Additional zstd cleanup and fix Wii build * Fix libretro/android build * Fix standalone sdl/gx_vstudio projects * Fix CHD loading for libretro
11 lines
323 B
PkgConfig
11 lines
323 B
PkgConfig
prefix=@CMAKE_INSTALL_PREFIX@
|
|
libdir=${prefix}/@CMAKE_INSTALL_LIBDIR@
|
|
includedir=${prefix}/@CMAKE_INSTALL_INCLUDEDIR@/libchdr
|
|
|
|
Name: libchdr
|
|
Description: Standalone library for reading MAME's CHDv1-v5 formats
|
|
Version: @PROJECT_VERSION_MAJOR@.@PROJECT_VERSION_MINOR@
|
|
Libs: -L${libdir} -lchdr @LIBS@
|
|
Cflags: -I${includedir}
|
|
|