Properly link flecs library
This commit is contained in:
15
engine/libs/flecs/examples/c/systems/system_ctx/project.json
Normal file
15
engine/libs/flecs/examples/c/systems/system_ctx/project.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"id": "system_ctx",
|
||||
"type": "application",
|
||||
"value": {
|
||||
"use": [
|
||||
"flecs"
|
||||
],
|
||||
"public": false
|
||||
},
|
||||
"lang.c": {
|
||||
"${os linux}": {
|
||||
"lib": ["m"]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user