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