mirror of
https://github.com/KhronosGroup/OpenCL-CTS.git
synced 2026-03-25 16:29:03 +00:00
Initial open source release of OpenCL 2.2 CTS.
This commit is contained in:
20
test_conformance/vec_step/CMakeLists.txt
Normal file
20
test_conformance/vec_step/CMakeLists.txt
Normal file
@@ -0,0 +1,20 @@
|
||||
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
|
||||
../../test_common/harness/parseParameters.cpp
|
||||
)
|
||||
|
||||
set_source_files_properties(
|
||||
COMPILE_FLAGS -msse2)
|
||||
|
||||
include(../CMakeCommon.txt)
|
||||
Reference in New Issue
Block a user