You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
427 B

  1. prefix=@CMAKE_INSTALL_PREFIX@
  2. exec_prefix=${prefix}
  3. libdir=@libdir_for_pc_file@
  4. includedir=@includedir_for_pc_file@
  5. Name: raylib
  6. Description: A simple and easy-to-use library to enjoy videogames programming
  7. URL: https://github.com/raysan5/raylib
  8. Version: @PROJECT_VERSION@
  9. Libs: -L"${libdir}" -lraylib @PKG_CONFIG_LIBS_EXTRA@
  10. Libs.private: @PKG_CONFIG_LIBS_PRIVATE@
  11. Requires.private: @GLFW_PKG_DEPS@
  12. Cflags: -I"${includedir}"