mirror of
https://github.com/KhronosGroup/OpenCL-CTS.git
synced 2026-03-19 06:09:01 +00:00
19 lines
406 B
Plaintext
19 lines
406 B
Plaintext
project
|
|
: requirements <include>.
|
|
<toolset>gcc:<cflags>"-xc++"
|
|
<toolset>msvc:<cflags>"/TP"
|
|
<warnings-as-errors>off
|
|
: usage-requirements <include>.
|
|
;
|
|
|
|
local harness.objs ;
|
|
for source in [ glob *.c *.cpp ]
|
|
{
|
|
harness.objs += [ obj $(source:B).obj : $(source) ] ;
|
|
}
|
|
|
|
alias harness : $(harness.objs)
|
|
: <use>/Runtime//OpenCL.lib :
|
|
: <library>/Runtime//OpenCL.lib
|
|
;
|