CliCmd/modular.json

27 lines
411 B
JSON

{
"dep": [
{
"type": "git",
"provider": "HVAC_DEV",
"repo": "SerialPort"
},
{
"type": "git",
"provider": "HVAC_DEV",
"repo": "AsciiStringParsingUtils"
},
{
"type": "git",
"provider": "HVAC_DEV",
"repo": "AsciiStringAssemblingUtils"
}
],
"cmake": {
"inc_dirs": [
"Inc"
],
"srcs": [
"Src/**.c"
]
}
}