HVAC_M7_DataNonVolatile/modular.json

19 lines
238 B
JSON

{
"dep": [
{
"type": "git",
"provider": "HVAC_M7",
"repo": "VariablesTable"
}
],
"cmake": {
"inc_dirs": [
"./calib",
"./"
],
"srcs": [
".calib/**.c",
"./**.c"
]
}
}