Files
commandergenius/project/jni/sdl2_mixer/SDL2_mixer.pc.in
2020-10-03 09:49:54 +00:00

13 lines
268 B
PkgConfig

prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
Name: SDL2_mixer
Description: mixer library for Simple DirectMedia Layer
Version: @VERSION@
Requires: sdl2 >= @SDL_VERSION@
Libs: -L${libdir} -lSDL2_mixer
Cflags: -I${includedir}/SDL2