14 lines
503 B
PkgConfig
14 lines
503 B
PkgConfig
prefix=/mnt/c/Users/Colin/source/repos/rpg-engine/prebuilt/linux/SDL3-static
|
|
exec_prefix=${prefix}
|
|
libdir=${prefix}/lib
|
|
includedir=${prefix}/include
|
|
|
|
Name: sdl3
|
|
Description: Simple DirectMedia Layer is a cross-platform multimedia library designed to provide low level access to audio, keyboard, mouse, joystick, 3D hardware via OpenGL, and 2D video framebuffer.
|
|
URL: https://www.libsdl.org/
|
|
Version: 3.2.10
|
|
Requires.private:
|
|
Conflicts:
|
|
Libs: -L${libdir} -lSDL3 -pthread -lm
|
|
Cflags: -I${includedir}
|