mirror of
https://github.com/love2d/love-android.git
synced 2026-08-12 08:31:04 +02:00
13 lines
293 B
Plaintext
13 lines
293 B
Plaintext
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=${prefix}/include
|
|
|
|
Name: libmodplug
|
|
Description: The ModPlug mod file playing library.
|
|
Version: @VERSION@
|
|
Requires:
|
|
Libs: -L${libdir} -lmodplug
|
|
Libs.private: -lstdc++ -lm
|
|
Cflags: -I${includedir} -I${includedir}/libmodplug
|