aboutsummaryrefslogtreecommitdiffstats
path: root/ardor3d-jogl-awt/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'ardor3d-jogl-awt/build.gradle')
-rw-r--r--ardor3d-jogl-awt/build.gradle7
1 files changed, 7 insertions, 0 deletions
diff --git a/ardor3d-jogl-awt/build.gradle b/ardor3d-jogl-awt/build.gradle
new file mode 100644
index 0000000..c443fa6
--- /dev/null
+++ b/ardor3d-jogl-awt/build.gradle
@@ -0,0 +1,7 @@
+
+description = 'Ardor 3D JOGL AWT'
+dependencies {
+ compile project(':ardor3d-core')
+ compile project(':ardor3d-awt')
+ compile project(':ardor3d-jogl')
+}