mirror of
https://github.com/KhronosGroup/OpenCL-CTS.git
synced 2026-03-20 22:39:03 +00:00
20 lines
465 B
Plaintext
20 lines
465 B
Plaintext
project
|
|
: requirements
|
|
# <toolset>gcc:<cflags>-xc++
|
|
# <toolset>msvc:<cflags>"/TP"
|
|
;
|
|
|
|
exe test_cl_copy_images
|
|
: main.cpp
|
|
test_copy_2D_3D.cpp
|
|
test_copy_2D.cpp
|
|
test_copy_3D.cpp
|
|
test_loops.cpp
|
|
;
|
|
|
|
install dist
|
|
: test_cl_copy_images
|
|
: <variant>debug:<location>$(DIST)/debug/tests/test_conformance/images/clCopyImage
|
|
<variant>release:<location>$(DIST)/release/tests/test_conformance/images/clCopyImage
|
|
;
|