blob: 6a14d6392f9e275662a4ebc9b383087c65f4a169 (
plain)
1
2
3
4
5
6
7
8
9
|
{
"compiler_path": "g++",
"compiler_std": "c++20",
"headers_path": ["inc"],
"sources_path": ["tests/example.cxx"],
"output_name": "example.elf",
"compiler_flags": ["-fPIC"],
"cpp_macros": ["FOO_MACRO"]
}
|