16 lines
295 B
JSON
16 lines
295 B
JSON
{
|
|
"id": "module",
|
|
"type": "application",
|
|
"value": {
|
|
"use": [
|
|
"flecs"
|
|
],
|
|
"public": false,
|
|
"standalone": true,
|
|
"language": "c++"
|
|
},
|
|
"lang.cpp": {
|
|
"defines": ["FLECS_CUSTOM_BUILD", "FLECS_CPP", "FLECS_MODULE"]
|
|
}
|
|
}
|