Files
cxx-ring-buffer/library.json

15 lines
247 B
JSON
Raw Permalink Normal View History

{
"name": "cxx-ring-buffer",
"version": "1.0.0",
"build": {
"includeDir": "include",
"srcFilter":
[
"+<*>",
2020-04-18 14:35:15 +02:00
"-<.git>",
"-<detect/>",
"-<test/*>"
]
}
}