mirror of
https://github.com/glfw/glfw.git
synced 2026-09-20 16:30:45 +00:00
Pkg-config file generation work.
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
prefix=@CMAKE_INSTALL_PREFIX@
|
||||
exec_prefix=${prefix}
|
||||
includedir=${prefix}/include
|
||||
libdir=${exec_prefix}/lib
|
||||
|
||||
Name: GLFW
|
||||
Description: A portable library for OpenGL, window and input
|
||||
Version: 3.0.0
|
||||
URL: http://www.glfw.org/
|
||||
Requires.private: gl x11 @GLFW_PKGLIBS@
|
||||
Libs: -L${libdir} -lglfw
|
||||
Cflags: -I${includedir}
|
||||
|
||||
Reference in New Issue
Block a user