mirror of
https://github.com/kbeckmann/game-and-watch-retro-go.git
synced 2025-12-16 13:15:55 +01:00
13 lines
301 B
PkgConfig
13 lines
301 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: libmikmod
|
|
Description: Library for playing Module Files and for Sound Effects
|
|
Version: @LIBMIKMOD_VERSION@
|
|
URL: http://mikmod.sourceforge.net/
|
|
Libs: -L${libdir} -lmikmod
|
|
Libs.private: -lm
|
|
Cflags: -I${includedir}
|