mirror of
https://github.com/raysan5/raylib.git
synced 2026-02-03 04:39:18 -05:00
Added first version of OS X compilation support
This commit is contained in:
13
external/glfw3/lib/pkgconfig/glfw3.pc
vendored
Normal file
13
external/glfw3/lib/pkgconfig/glfw3.pc
vendored
Normal file
@ -0,0 +1,13 @@
|
||||
prefix=/Users/ratalaika/Repositories/external/glfw3/lib
|
||||
exec_prefix=${prefix}
|
||||
includedir=${prefix}/include
|
||||
libdir=${exec_prefix}/lib
|
||||
|
||||
Name: GLFW
|
||||
Description: A portable library for OpenGL, window and input
|
||||
Version: 3.0.4
|
||||
URL: http://www.glfw.org/
|
||||
Requires.private:
|
||||
Libs: -L${libdir} -lglfw
|
||||
Libs.private: -framework Cocoa -framework OpenGL -framework IOKit -framework CoreFoundation -framework CoreVideo
|
||||
Cflags: -I${includedir}
|
||||
Reference in New Issue
Block a user