mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2025-02-20 18:42:23 +00:00
add modplug .pc file
This commit is contained in:
parent
3f8b6710ab
commit
aa2344dff2
1 changed files with 12 additions and 0 deletions
12
deps/modplug/lib/pkgconfig/libmodplug.pc
vendored
Normal file
12
deps/modplug/lib/pkgconfig/libmodplug.pc
vendored
Normal file
|
@ -0,0 +1,12 @@
|
|||
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}
|
Loading…
Reference in a new issue