mirror of
https://github.com/KhronosGroup/OpenCL-CTS.git
synced 2026-03-25 08:19:02 +00:00
Initial open source release of OpenCL 2.0 CTS.
This commit is contained in:
19
test_conformance/vec_step/CMakeLists.txt
Normal file
19
test_conformance/vec_step/CMakeLists.txt
Normal file
@@ -0,0 +1,19 @@
|
||||
set(MODULE_NAME VECSTEP)
|
||||
|
||||
set(${MODULE_NAME}_SOURCES
|
||||
globals.c
|
||||
test_step.c
|
||||
main.c
|
||||
structs.c
|
||||
type_replacer.c
|
||||
../../test_common/harness/testHarness.c
|
||||
../../test_common/harness/mt19937.c
|
||||
../../test_common/harness/msvc9.c
|
||||
../../test_common/harness/kernelHelpers.c
|
||||
../../test_common/harness/errorHelpers.c
|
||||
)
|
||||
|
||||
set_source_files_properties(
|
||||
COMPILE_FLAGS -msse2)
|
||||
|
||||
include(../CMakeCommon.txt)
|
||||
Reference in New Issue
Block a user