mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-07 00:35:41 +08:00
Add ext-glfw support for Windows
This commit is contained in:
@@ -1,6 +1,11 @@
|
||||
glfw:
|
||||
type: library
|
||||
artifact: glfw
|
||||
headers:
|
||||
- GLFW/glfw3.h
|
||||
- GLFW/glfw3native.h
|
||||
lang: cpp
|
||||
static-libs@unix:
|
||||
- libglfw3.a
|
||||
static-libs@windows:
|
||||
- glfw3.lib
|
||||
|
||||
Reference in New Issue
Block a user