mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2024-11-24 12:51:36 +00:00
16 lines
455 B
PkgConfig
16 lines
455 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=
|
|
exec_prefix=${prefix}
|
|
lib_suffix=
|
|
libdir=${exec_prefix}/lib
|
|
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: 0.6.3
|
|
Cflags: -I${includedir}
|
|
Libs: -L${libdir} -lgme
|
|
Libs.private: -lstdc++ -lz
|