Implements map and ref for both static & dynamic mode
See merge request oss/rotgen!12
This commit is contained in:
parent
aacae1cbb1
commit
6c2b260229
58 changed files with 4121 additions and 1205 deletions
|
|
@ -48,7 +48,7 @@
|
|||
"generator": "Ninja",
|
||||
"binaryDir": "${sourceDir}/build/release-static",
|
||||
"cacheVariables": {
|
||||
"ROTGEN_MAX_SIZE": "4"
|
||||
"ROTGEN_MAX_SIZE": "16"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
@ -58,7 +58,7 @@
|
|||
"generator": "Ninja",
|
||||
"binaryDir": "${sourceDir}/build/debug-static",
|
||||
"cacheVariables": {
|
||||
"ROTGEN_MAX_SIZE": "4"
|
||||
"ROTGEN_MAX_SIZE": "16"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
@ -68,7 +68,8 @@
|
|||
"generator": "Ninja",
|
||||
"binaryDir": "${sourceDir}/build/release-et",
|
||||
"cacheVariables": {
|
||||
"ROTGEN_DISABLE_EXPRESSION_TEMPLATES": "ON"
|
||||
"ROTGEN_ENABLE_EXPRESSION_TEMPLATES": "ON",
|
||||
"ROTGEN_MAX_SIZE": "16"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
@ -78,7 +79,8 @@
|
|||
"generator": "Ninja",
|
||||
"binaryDir": "${sourceDir}/build/debug-et",
|
||||
"cacheVariables": {
|
||||
"ROTGEN_DISABLE_EXPRESSION_TEMPLATES": "ON"
|
||||
"ROTGEN_ENABLE_EXPRESSION_TEMPLATES": "ON",
|
||||
"ROTGEN_MAX_SIZE": "16"
|
||||
}
|
||||
}
|
||||
],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue