From 792968680f440355a0862aa183f98a8e79b731e2 Mon Sep 17 00:00:00 2001 From: Vincent Berthiaume Date: Mon, 10 Feb 2025 12:19:24 -0500 Subject: [PATCH] add library.json --- library.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 library.json diff --git a/library.json b/library.json new file mode 100644 index 0000000..364737f --- /dev/null +++ b/library.json @@ -0,0 +1,12 @@ +{ + "name": "puara-gestures", + "version": "0.1.0", + "platforms": "*", + "frameworks": "*", + "build": { + "flags": [ + "-Iinclude/", + "-I3rdparty/" + ] + } +} \ No newline at end of file