Skip to content

Commit 6c95efc

Browse files
committed
adding library entry for opengl, perhaps this makes libs load it properly
1 parent e2a6bd8 commit 6c95efc

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

app/.classpath

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,11 @@
66
<classpathentry combineaccessrules="false" kind="src" path="/core"/>
77
<classpathentry combineaccessrules="false" kind="src" path="/dxf"/>
88
<classpathentry combineaccessrules="false" kind="src" path="/net"/>
9-
<classpathentry combineaccessrules="false" kind="src" path="/opengl"/>
9+
<classpathentry combineaccessrules="false" kind="src" path="/opengl">
10+
<attributes>
11+
<attribute name="org.eclipse.jdt.launching.CLASSPATH_ATTR_LIBRARY_PATH_ENTRY" value="opengl/library"/>
12+
</attributes>
13+
</classpathentry>
1014
<classpathentry combineaccessrules="false" kind="src" path="/pdf"/>
1115
<classpathentry combineaccessrules="false" kind="src" path="/serial"/>
1216
<classpathentry combineaccessrules="false" kind="src" path="/video"/>

0 commit comments

Comments
 (0)