Properly link flecs library
This commit is contained in:
12
engine/libs/flecs/examples/cpp/systems/pipeline/project.json
Normal file
12
engine/libs/flecs/examples/cpp/systems/pipeline/project.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"id": "pipeline",
|
||||
"type": "application",
|
||||
"value": {
|
||||
"author": "Jane Doe",
|
||||
"description": "A simple hello world flecs application",
|
||||
"use": [
|
||||
"flecs"
|
||||
],
|
||||
"language": "c++"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user