1set(MODULE_NAME INTEGER_OPS) 2 3set(${MODULE_NAME}_SOURCES 4 main.cpp 5 test_int_basic_ops.cpp 6 test_integers.cpp 7 test_upsample.cpp 8 test_intmul24.cpp test_intmad24.cpp 9 test_sub_sat.cpp test_add_sat.cpp 10 test_abs.cpp test_absdiff.cpp 11 test_unary_ops.cpp 12 verification_and_generation_functions.cpp 13 test_popcount.cpp 14 test_integer_dot_product.cpp 15 test_extended_bit_ops_extract.cpp 16 test_extended_bit_ops_insert.cpp 17 test_extended_bit_ops_reverse.cpp 18) 19 20include(../CMakeCommon.txt) 21 22