diff options
Diffstat (limited to '.classpath')
-rw-r--r-- | .classpath | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/.classpath b/.classpath new file mode 100644 index 0000000..170dc93 --- /dev/null +++ b/.classpath @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<classpath> + <classpathentry kind="src" path="src"/> + <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> + <classpathentry kind="con" path="org.eclipse.jdt.USER_LIBRARY/jogamp"/> + <classpathentry kind="lib" path="/jocl/dist/jocl.jar" sourcepath="/jocl/src"> + <attributes> + <attribute name="org.eclipse.jdt.launching.CLASSPATH_ATTR_LIBRARY_PATH_ENTRY" value="jocl/build/obj"/> + </attributes> + </classpathentry> + <classpathentry kind="output" path="build"/> +</classpath> |