Skip to content

Instantly share code, notes, and snippets.

@Angluca
Last active February 23, 2024 06:22
Show Gist options
  • Save Angluca/568f5fc00fdbb2bd6f92774cd0db6c23 to your computer and use it in GitHub Desktop.
Save Angluca/568f5fc00fdbb2bd6f92774cd0db6c23 to your computer and use it in GitHub Desktop.
bake sokol project cfg: project.json
{
"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