2017-10-11 23:33:09 +03:00
|
|
|
prefix=@CMAKE_INSTALL_PREFIX@
|
|
|
|
exec_prefix=${prefix}
|
2020-09-25 17:20:49 +03:00
|
|
|
libdir=@libdir_for_pc_file@
|
|
|
|
includedir=@includedir_for_pc_file@
|
2017-10-11 23:33:09 +03:00
|
|
|
|
|
|
|
Name: raylib
|
2021-10-26 10:13:30 +03:00
|
|
|
Description: A simple and easy-to-use library to enjoy videogames programming
|
|
|
|
URL: https://github.com/raysan5/raylib
|
2017-10-11 23:33:09 +03:00
|
|
|
Version: @PROJECT_VERSION@
|
2020-08-08 01:44:40 +03:00
|
|
|
Libs: -L"${libdir}" -lraylib @PKG_CONFIG_LIBS_EXTRA@
|
2018-02-11 22:00:04 +03:00
|
|
|
Libs.private: @PKG_CONFIG_LIBS_PRIVATE@
|
2018-07-03 21:28:44 +03:00
|
|
|
Requires.private: @GLFW_PKG_DEPS@
|
2020-08-08 01:44:40 +03:00
|
|
|
Cflags: -I"${includedir}"
|