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