mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-06 21:12:20 +00:00
718112a8fe
Currently none of these is being used, but eventually they will, once more code gets ported over. So it's better to have them right away and avoid editing the project file too much, only to revert that later.
16 lines
524 B
PkgConfig
16 lines
524 B
PkgConfig
# entries grouped with CMake are expanded by CMake
|
|
# ${foo} entries are left alone by CMake and much
|
|
# later are used by pkg-config.
|
|
prefix=@CMAKE_INSTALL_PREFIX@
|
|
exec_prefix=${prefix}
|
|
lib_suffix=@LIB_SUFFIX@
|
|
libdir=${exec_prefix}/lib${lib_suffix}
|
|
includedir=${prefix}/include
|
|
|
|
Name: Game_Music_Emu
|
|
Description: A video game emulation library for music.
|
|
URL: https://bitbucket.org/mpyne/game-music-emu/wiki/Home
|
|
Version: @GME_VERSION@
|
|
Cflags: -I${includedir}
|
|
Libs: -L${libdir} -lgme
|
|
Libs.private: -lstdc++ @PKG_CONFIG_ZLIB@
|