mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2024-11-22 20:11:51 +00:00
13 lines
255 B
PkgConfig
13 lines
255 B
PkgConfig
|
prefix=
|
||
|
exec_prefix=${prefix}
|
||
|
libdir=${exec_prefix}/lib
|
||
|
includedir=${prefix}/include
|
||
|
|
||
|
Name: libmodplug
|
||
|
Description: The ModPlug mod file playing library.
|
||
|
Version: 0.8.9.0
|
||
|
Requires:
|
||
|
Libs: -L${libdir} -lmodplug
|
||
|
Libs.private: -lc++
|
||
|
Cflags: -I${includedir}
|