Properly link flecs library
This commit is contained in:
17
engine/libs/flecs/examples/os_api/stdcpp/project.json
Normal file
17
engine/libs/flecs/examples/os_api/stdcpp/project.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"id": "flecs.os_api.stdcpp",
|
||||
"type": "package",
|
||||
"value": {
|
||||
"author": "mclevi",
|
||||
"description": "C++ OS API implementation",
|
||||
"language": "c++",
|
||||
"use": [
|
||||
"flecs"
|
||||
]
|
||||
},
|
||||
"lang.cpp": {
|
||||
"${os linux}": {
|
||||
"lib": ["pthread"]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user