aboutsummaryrefslogtreecommitdiff
path: root/raylib/src/external/glfw/CMake/glfw3.pc.in
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2025-04-21 11:09:56 +0200
committerSebastiano Tronto <sebastiano@tronto.net>2025-04-21 11:09:56 +0200
commit123144c93bfc77883c8fb517828b47bbe13b8671 (patch)
tree762739afedb5f3f168051367515cb9b9a06ec68d /raylib/src/external/glfw/CMake/glfw3.pc.in
downloadminesweeper-123144c93bfc77883c8fb517828b47bbe13b8671.tar.gz
minesweeper-123144c93bfc77883c8fb517828b47bbe13b8671.zip
Initial commitHEADmaster
Diffstat (limited to 'raylib/src/external/glfw/CMake/glfw3.pc.in')
-rw-r--r--raylib/src/external/glfw/CMake/glfw3.pc.in13
1 files changed, 13 insertions, 0 deletions
diff --git a/raylib/src/external/glfw/CMake/glfw3.pc.in b/raylib/src/external/glfw/CMake/glfw3.pc.in
new file mode 100644
index 0000000..36ee218
--- /dev/null
+++ b/raylib/src/external/glfw/CMake/glfw3.pc.in
@@ -0,0 +1,13 @@
1prefix=@CMAKE_INSTALL_PREFIX@
2exec_prefix=${prefix}
3includedir=@CMAKE_INSTALL_FULL_INCLUDEDIR@
4libdir=@CMAKE_INSTALL_FULL_LIBDIR@
5
6Name: GLFW
7Description: A multi-platform library for OpenGL, window and input
8Version: @GLFW_VERSION@
9URL: https://www.glfw.org/
10Requires.private: @GLFW_PKG_CONFIG_REQUIRES_PRIVATE@
11Libs: -L${libdir} -l@GLFW_LIB_NAME@@GLFW_LIB_NAME_SUFFIX@
12Libs.private: @GLFW_PKG_CONFIG_LIBS_PRIVATE@
13Cflags: -I${includedir}

Generated with cgit - Back to sebastiano.tronto.net