14 lines
369 B
PkgConfig
14 lines
369 B
PkgConfig
prefix=D:/Graphics/glfw-3.4/output
|
|
exec_prefix=${prefix}
|
|
includedir=D:/Graphics/glfw-3.4/output/include
|
|
libdir=D:/Graphics/glfw-3.4/output/lib
|
|
|
|
Name: GLFW
|
|
Description: A multi-platform library for OpenGL, window and input
|
|
Version: 3.4.0
|
|
URL: https://www.glfw.org/
|
|
Requires.private:
|
|
Libs: -L${libdir} -lglfw3
|
|
Libs.private: -lgdi32
|
|
Cflags: -I${includedir}
|