mirror of
https://github.com/KhronosGroup/OpenCL-CTS.git
synced 2026-03-26 00:39:03 +00:00
Initial open source release of OpenCL 2.0 CTS.
This commit is contained in:
6
build_lnx.sh
Normal file
6
build_lnx.sh
Normal file
@@ -0,0 +1,6 @@
|
||||
#!/bin/sh
|
||||
|
||||
mkdir -p build_lnx
|
||||
cd build_lnx
|
||||
cmake -g "Unix Makefiles" ../
|
||||
make --jobs 8
|
||||
Reference in New Issue
Block a user