Merge pull request #6 from puzrin/master

Add library config for PlatformIO
This commit is contained in:
Petteri Aimonen 2018-07-24 14:16:02 +03:00 committed by GitHub
commit dd8da476c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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": "*"
}