mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-04 07:15:38 +08:00
18 lines
274 B
YAML
18 lines
274 B
YAML
glfw:
|
|
type: library
|
|
artifact: glfw
|
|
frameworks:
|
|
- Cocoa
|
|
- CoreFoundation
|
|
- CoreVideo
|
|
- IOKit
|
|
- QuartzCore
|
|
headers:
|
|
- GLFW/glfw3.h
|
|
- GLFW/glfw3native.h
|
|
lang: cpp
|
|
static-libs@unix:
|
|
- libglfw3.a
|
|
static-libs@windows:
|
|
- glfw3.lib
|