15 lines
322 B
PkgConfig
15 lines
322 B
PkgConfig
prefix=${pcfiledir}/../..
|
|
exec_prefix=${prefix}
|
|
includedir=${prefix}/../include
|
|
libdir=${prefix}/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}" -lglfw3dll
|
|
Libs.private: -lgdi32
|
|
Cflags: "-I${includedir}"
|
|
|