github.com/Konstantin8105/c4go@v0.0.0-20240505174241-768bb1c65a51/tests/raylib/external/glfw/CMake/glfw3.pc.in (about)

     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@
    12  Libs.private: @GLFW_PKG_CONFIG_LIBS_PRIVATE@
    13  Cflags: -I${includedir}