windows 上编译通过
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
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}
|
||||
Reference in New Issue
Block a user