mirror of
https://github.com/raysan5/raylib.git
synced 2025-12-25 10:22:33 -05:00
14 lines
428 B
PkgConfig
14 lines
428 B
PkgConfig
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}
|