Last active
February 23, 2024 06:22
-
-
Save Angluca/568f5fc00fdbb2bd6f92774cd0db6c23 to your computer and use it in GitHub Desktop.
bake sokol project cfg: project.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"id": "sokol_app", | |
"type": "application", | |
"value": { | |
"public": false | |
}, | |
"lang.c": { | |
"include": [ | |
"/Users/hehe/SDK/Sokols/sokol", | |
"/Users/hehe/SDK/Sokols/sokol/util" | |
], | |
"ldflags": [ | |
"-framework OpenGL", | |
"-framework Cocoa", | |
"-framework QuartzCore" | |
] | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment