HVAC_M7_DataNonVolatile/modular.json

12 lines
129 B
JSON

{
"cmake": {
"inc_dirs": [
"./calib",
"./"
],
"srcs": [
".calib/**.c",
"./**.c"
]
}
}