minesweeper

A minewseeper implementation to play around with Hare and Raylib
git clone https://git.tronto.net/minesweeper
Download | Log | Files | Refs | README | LICENSE

glfw3.pc.in (440B)


      1 prefix=@CMAKE_INSTALL_PREFIX@
      2 exec_prefix=${prefix}
      3 includedir=@CMAKE_INSTALL_FULL_INCLUDEDIR@
      4 libdir=@CMAKE_INSTALL_FULL_LIBDIR@
      5 
      6 Name: GLFW
      7 Description: A multi-platform library for OpenGL, window and input
      8 Version: @GLFW_VERSION@
      9 URL: https://www.glfw.org/
     10 Requires.private: @GLFW_PKG_CONFIG_REQUIRES_PRIVATE@
     11 Libs: -L${libdir} -l@GLFW_LIB_NAME@@GLFW_LIB_NAME_SUFFIX@
     12 Libs.private: @GLFW_PKG_CONFIG_LIBS_PRIVATE@
     13 Cflags: -I${includedir}