Commit | Line | Data |
---|---|---|
b24e7fce | 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: @CHDR_VERSION_MAJOR@.@CHDR_VERSION_MINOR@ | |
8 | Libs: -L${libdir} -lchdr @LIBS@ | |
9 | Cflags: -I${includedir} | |
10 |