Files
OpenCL-CTS/test_conformance/multiple_device_context/Jamfile
2017-05-16 18:48:39 +05:30

18 lines
459 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
;