Project Setup
This commit is contained in:
parent
8a9d8b1ece
commit
9504620227
13 changed files with 125329 additions and 69 deletions
43
deps/dependee.json
vendored
Normal file
43
deps/dependee.json
vendored
Normal file
|
@ -0,0 +1,43 @@
|
|||
{
|
||||
"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"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue