mirror of
https://github.com/KhronosGroup/OpenCL-CTS.git
synced 2026-03-19 06:09:01 +00:00
18 lines
376 B
CMake
18 lines
376 B
CMake
set(MODULE_NAME INTEGER_OPS)
|
|
|
|
set(${MODULE_NAME}_SOURCES
|
|
main.cpp
|
|
test_int_basic_ops.cpp
|
|
test_integers.cpp
|
|
test_upsample.cpp
|
|
test_intmul24.cpp test_intmad24.cpp
|
|
test_sub_sat.cpp test_add_sat.cpp
|
|
test_abs.cpp test_absdiff.cpp
|
|
test_unary_ops.cpp
|
|
verification_and_generation_functions.cpp
|
|
test_popcount.cpp
|
|
)
|
|
|
|
include(../CMakeCommon.txt)
|
|
|