43 lines
No EOL
895 B
JSON
43 lines
No EOL
895 B
JSON
{
|
|
"dependee": {
|
|
"lang.c": {
|
|
"${cfg sanitize}": {
|
|
"defines": [
|
|
"FLECS_SANITIZE"
|
|
]
|
|
}
|
|
},
|
|
"lang.cpp": {
|
|
"${cfg sanitize}": {
|
|
"defines": [
|
|
"FLECS_SANITIZE"
|
|
]
|
|
}
|
|
}
|
|
},
|
|
"lang.c": {
|
|
"${os linux}": {
|
|
"lib": [
|
|
"rt",
|
|
"pthread",
|
|
"m"
|
|
],
|
|
"${cfg debug}": {
|
|
"export-symbols": true
|
|
},
|
|
"${cfg sanitize}": {
|
|
"export-symbols": true
|
|
}
|
|
},
|
|
"${os windows}": {
|
|
"lib": [
|
|
"ws2_32"
|
|
]
|
|
},
|
|
"${cfg sanitize}": {
|
|
"defines": [
|
|
"FLECS_SANITIZE"
|
|
]
|
|
}
|
|
}
|
|
} |