forked from TartanLlama/optional
Added library.json for platformio
This commit is contained in:
13
library.json
Normal file
13
library.json
Normal file
@ -0,0 +1,13 @@
|
||||
{
|
||||
"name": "optional",
|
||||
"version": "1.0.0",
|
||||
"build": {
|
||||
"includeDir": "include",
|
||||
"srcFilter": [
|
||||
"+<*>",
|
||||
"-<.git>",
|
||||
"-<cmake/>",
|
||||
"-<tests/*>"
|
||||
]
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user