aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetteri Aimonen <jpa@github.mail.kapsi.fi>2018-07-24 14:16:02 +0300
committerGitHub <noreply@github.com>2018-07-24 14:16:02 +0300
commitdd8da476c7d5970f5b058e6d3737428bc9315a74 (patch)
tree3ce94d6e965dd77e77fbde104432e070584d200e
parent7f9c966b5c473770dc93940e3e6e5323f3c1ad69 (diff)
parentad66a425620f0b62330c63f982eacba32b9c8588 (diff)
Merge pull request #6 from puzrin/master
Add library config for PlatformIO
-rw-r--r--library.json18
1 files changed, 18 insertions, 0 deletions
diff --git a/library.json b/library.json
new file mode 100644
index 0000000..56096f8
--- /dev/null
+++ b/library.json
@@ -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": "*"
+}