tomlplusplus/Aurora.json

11 lines
219 B
JSON
Raw Normal View History

2024-01-21 01:25:26 +00:00
{
"name": "tomlplusplus",
"type": "generic",
"sourcePaths": "src",
"include": "include",
"noLink": true,
"defines": [
"TOML_HEADER_ONLY=1",
"TOML_OPTIONAL_TYPE=AuOptional"
]
}