mirror of
https://github.com/glfw/glfw.git
synced 2026-09-21 16:44:11 +00:00
Move to the modern CMake project version option
This replaces the manual ad-hoc version variables we have used since CMake 2.x (and GLFW 2.x lite).
This commit is contained in:
+1
-1
@@ -5,7 +5,7 @@ libdir=@CMAKE_INSTALL_FULL_LIBDIR@
|
||||
|
||||
Name: GLFW
|
||||
Description: A multi-platform library for OpenGL, window and input
|
||||
Version: @GLFW_VERSION_FULL@
|
||||
Version: @GLFW_VERSION@
|
||||
URL: https://www.glfw.org/
|
||||
Requires.private: @GLFW_PKG_DEPS@
|
||||
Libs: -L${libdir} -l@GLFW_LIB_NAME@
|
||||
|
||||
Reference in New Issue
Block a user