mirror of
https://github.com/KhronosGroup/OpenCL-CTS.git
synced 2026-03-22 07:09:03 +00:00
15 lines
245 B
CMake
15 lines
245 B
CMake
set(MODULE_NAME VECSTEP)
|
|
|
|
set(${MODULE_NAME}_SOURCES
|
|
globals.cpp
|
|
test_step.cpp
|
|
main.cpp
|
|
structs.cpp
|
|
type_replacer.cpp
|
|
)
|
|
|
|
set_source_files_properties(
|
|
COMPILE_FLAGS -msse2)
|
|
|
|
include(../CMakeCommon.txt)
|