Files
OpenCL-CTS/test_conformance/integer_ops/CMakeLists.txt
Kévin Petit fa4b278432 Build the harness as a static library (#430)
This reduces by a factor of roughly two the number of files to build.

Fixes #193.

Signed-off-by: Kevin Petit <kevin.petit@arm.com>
2019-08-07 17:18:10 +01:00

18 lines
356 B
CMake

set(MODULE_NAME INTEGER_OPS)
set(${MODULE_NAME}_SOURCES
main.c
test_int_basic_ops.c
test_integers.cpp
test_upsample.cpp
test_intmul24.c test_intmad24.c
test_sub_sat.c test_add_sat.c
test_abs.c test_absdiff.c
test_unary_ops.cpp
verification_and_generation_functions.c
test_popcount.c
)
include(../CMakeCommon.txt)