mirror of
https://github.com/KhronosGroup/OpenCL-CTS.git
synced 2026-03-19 06:09:01 +00:00
20 lines
459 B
Plaintext
20 lines
459 B
Plaintext
project
|
|
: requirements
|
|
# <toolset>gcc:<cflags>-xc++
|
|
# <toolset>msvc:<cflags>"/TP"
|
|
;
|
|
|
|
exe test_samplerless_reads
|
|
: main.cpp
|
|
test_iterations.cpp
|
|
test_loops.cpp
|
|
test_read_3D.cpp
|
|
;
|
|
|
|
install dist
|
|
: test_samplerless_reads
|
|
: <variant>debug:<location>$(DIST)/debug/tests/test_conformance/images/samplerlessReads
|
|
<variant>release:<location>$(DIST)/release/tests/test_conformance/images/samplerlessReads
|
|
;
|
|
|