aboutsummaryrefslogtreecommitdiffstats
path: root/ardor3d-animation/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'ardor3d-animation/build.gradle')
-rw-r--r--ardor3d-animation/build.gradle5
1 files changed, 5 insertions, 0 deletions
diff --git a/ardor3d-animation/build.gradle b/ardor3d-animation/build.gradle
new file mode 100644
index 0000000..21005d4
--- /dev/null
+++ b/ardor3d-animation/build.gradle
@@ -0,0 +1,5 @@
+
+description = 'Ardor 3D Skinning and Animation System'
+dependencies {
+ compile project(':ardor3d-core')
+}