mirror of
https://github.com/KhronosGroup/OpenCL-CTS.git
synced 2026-03-19 14:09:03 +00:00
18 lines
476 B
Plaintext
18 lines
476 B
Plaintext
project
|
|
: requirements
|
|
<toolset>gcc:<cflags>-xc++
|
|
<toolset>msvc:<cflags>"/TP"
|
|
;
|
|
|
|
exe test_multiple_device_context
|
|
: main.c
|
|
test_multiple_contexts.c
|
|
test_multiple_devices.cpp
|
|
;
|
|
|
|
install dist
|
|
: test_multiple_device_context
|
|
: <variant>debug:<location>$(DIST)/debug/tests/test_conformance/multiple_device_context
|
|
<variant>release:<location>$(DIST)/release/tests/test_conformance/multiple_device_context
|
|
;
|