aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVitaly Puzrin <vitaly@rcdesign.ru>2018-07-24 13:17:15 +0300
committerVitaly Puzrin <vitaly@rcdesign.ru>2018-07-24 14:00:19 +0300
commitad66a425620f0b62330c63f982eacba32b9c8588 (patch)
tree3ce94d6e965dd77e77fbde104432e070584d200e
parent7f9c966b5c473770dc93940e3e6e5323f3c1ad69 (diff)
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": "*"
+}