Skip to content

Commit 6a9c267

Browse files
committed
JavaCL: add maven dependency to org.jogamp.jogl + gluegen
1 parent ba790bc commit 6a9c267

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

libraries/OpenCL/Core/pom.xml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,19 @@ For more info, please visit http://code.google.com/p/nativelibs4java/wiki/OpenCL
3232
<artifactId>nativelibs4java-utils</artifactId>
3333
<version>1.6-SNAPSHOT</version>
3434
</dependency>
35+
36+
<dependency>
37+
<groupId>org.jogamp.gluegen</groupId>
38+
<artifactId>gluegen-rt-main</artifactId>
39+
<version>2.0.2-rc12</version>
40+
<scope>test</scope>
41+
</dependency>
42+
<dependency>
43+
<groupId>org.jogamp.jogl</groupId>
44+
<artifactId>jogl-all-main</artifactId>
45+
<version>2.0.2-rc12</version>
46+
<scope>test</scope>
47+
</dependency>
3548
</dependencies>
3649

3750
<reporting>

0 commit comments

Comments
 (0)