Properly link flecs library
This commit is contained in:
14
engine/libs/flecs/test/custom_builds/c/timer/project.json
Normal file
14
engine/libs/flecs/test/custom_builds/c/timer/project.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"id": "timer",
|
||||
"type": "application",
|
||||
"value": {
|
||||
"public": false,
|
||||
"use": [
|
||||
"flecs"
|
||||
],
|
||||
"standalone": true
|
||||
},
|
||||
"lang.c": {
|
||||
"defines": ["FLECS_CUSTOM_BUILD", "FLECS_TIMER"]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user