mirror of
https://gitlab.com/raylibtemplates/rt.git
synced 2026-06-13 12:35:11 -04:00
14 lines
358 B
PkgConfig
14 lines
358 B
PkgConfig
prefix=/home/maple/.cache/emscripten/sysroot
|
|
exec_prefix=${prefix}
|
|
libdir=${exec_prefix}/lib
|
|
includedir=${prefix}/include
|
|
|
|
Name: raylib
|
|
Description: A simple and easy-to-use library to enjoy videogames programming
|
|
URL: https://github.com/raysan5/raylib
|
|
Version: 5.5.0
|
|
Libs: -L"${libdir}" -lraylib
|
|
Libs.private:
|
|
Requires.private:
|
|
Cflags: -I"${includedir}"
|