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