mirror of
https://github.com/KhronosGroup/OpenCL-CTS.git
synced 2026-03-19 06:09:01 +00:00
17 lines
404 B
Plaintext
17 lines
404 B
Plaintext
project
|
|
: requirements
|
|
# <toolset>gcc:<cflags>-xc++
|
|
<toolset>msvc:<cflags>"/TP"
|
|
;
|
|
|
|
exe test_thread_dimensions
|
|
: main.c
|
|
test_thread_dimensions.c
|
|
;
|
|
|
|
install dist
|
|
: test_thread_dimensions
|
|
: <variant>debug:<location>$(DIST)/debug/tests/test_conformance/thread_dimensions
|
|
<variant>release:<location>$(DIST)/release/tests/test_conformance/thread_dimensions
|
|
;
|