15 lines
253 B
JSON
15 lines
253 B
JSON
{
|
|
"id": "system",
|
|
"type": "application",
|
|
"value": {
|
|
"public": false,
|
|
"use": [
|
|
"flecs"
|
|
],
|
|
"standalone": true
|
|
},
|
|
"lang.c": {
|
|
"defines": ["FLECS_CUSTOM_BUILD", "FLECS_SYSTEM"]
|
|
}
|
|
}
|