mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2024-11-25 13:21:05 +00:00
12 lines
270 B
PkgConfig
12 lines
270 B
PkgConfig
prefix=
|
|
exec_prefix=${prefix}
|
|
libdir=${exec_prefix}/lib
|
|
includedir=${prefix}/include
|
|
|
|
Name: DUMB
|
|
Description: DUMB is a module audio renderer library.
|
|
Version: 2.0
|
|
URL: https://github.com/kode54/dumb/
|
|
Libs: -L${libdir} -ldumb
|
|
Libs.private: -lm
|
|
Cflags: -I${includedir}
|