MODEL_ADC/APP/modular.json

13 lines
136 B
JSON

{
"cmake": {
"inc_dirs": [
"./inc/"
],
"srcs": [
"./main.c",
"./src/*.c",
"./src/*.c"
]
}
}