diff options
author | Michael Bien <[email protected]> | 2009-07-24 18:33:42 +0200 |
---|---|---|
committer | Michael Bien <[email protected]> | 2009-07-24 18:33:42 +0200 |
commit | 1737ee672c05d956a99a91d9894556230f6363bc (patch) | |
tree | 365a728def62f6c5069a2dcd9a1f6521330e2212 /resources/example1/OpenCL.cfg |
initial import of JOCL the Java Bindings to OpenCL prototype
Diffstat (limited to 'resources/example1/OpenCL.cfg')
-rw-r--r-- | resources/example1/OpenCL.cfg | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/resources/example1/OpenCL.cfg b/resources/example1/OpenCL.cfg new file mode 100644 index 00000000..24b7cd54 --- /dev/null +++ b/resources/example1/OpenCL.cfg @@ -0,0 +1,5 @@ +Package com.mbien.opencl +Style AllStatic +JavaClass CL +JavaOutputDir gensrc/java +NativeOutputDir gensrc/native |