7
0
mirror of https://gitlab.com/raylibtemplates/rt.git synced 2026-06-13 12:35:11 -04:00
Files
RaylibTemplate-C/build-web/_deps/raylib-build/raylib/raylib.pc
2025-11-03 02:11:38 +00:00

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}"