Add library config for PlatformIO

This commit is contained in:
Vitaly Puzrin 2018-07-24 13:17:15 +03:00
parent 7f9c966b5c
commit ad66a42562
1 changed files with 18 additions and 0 deletions

18
library.json Normal file
View File

@ -0,0 +1,18 @@
{
"name": "libfixmath",
"description": "Cross Platform Fixed Point Maths Library",
"version": "0.0.0",
"repository": {
"type": "git",
"url": "https://github.com/PetteriAimonen/libfixmath.git"
},
"license": "MIT",
"export": {
"include": "libfixmath"
},
"build": {
"srcFilter": "+<libfixmath/*>"
},
"frameworks": "*",
"platforms": "*"
}