COSC-3P98-Final-Project/cmake-build-release/libraries/glfw-3.3.8/src/glfw3.pc

14 lines
315 B
PkgConfig
Raw Normal View History

prefix=/usr/local
exec_prefix=${prefix}
includedir=/usr/local/include
libdir=/usr/local/lib
Name: GLFW
Description: A multi-platform library for OpenGL, window and input
Version: 3.3.8
URL: https://www.glfw.org/
Requires.private: x11
Libs: -L${libdir} -lglfw3
Libs.private: -lrt -lm -ldl
Cflags: -I${includedir}