14 lines
379 B
PkgConfig
14 lines
379 B
PkgConfig
prefix=@SDL_PKGCONFIG_PREFIX@
|
|
exec_prefix=${prefix}
|
|
libdir=@LIBDIR_FOR_PKG_CONFIG@
|
|
includedir=@INCLUDEDIR_FOR_PKG_CONFIG@
|
|
|
|
Name: @PROJECT_NAME@
|
|
Description: mixer library for Simple DirectMedia Layer
|
|
Version: @PROJECT_VERSION@
|
|
Requires: sdl3 >= @SDL_REQUIRED_VERSION@
|
|
Libs: -L${libdir} -lSDL3_mixer
|
|
Requires.private: @PC_REQUIRES@
|
|
Libs.private: @PC_LIBS@
|
|
Cflags: -I${includedir}
|