1set(MODULE_NAME WORKGROUPS) 2 3set(${MODULE_NAME}_SOURCES 4 main.cpp 5 test_wg_all.cpp 6 test_wg_any.cpp 7 test_wg_broadcast.cpp 8 test_wg_reduce.cpp 9 test_wg_reduce_max.cpp 10 test_wg_reduce_min.cpp 11 test_wg_scan_exclusive_add.cpp 12 test_wg_scan_exclusive_min.cpp 13 test_wg_scan_exclusive_max.cpp 14 test_wg_scan_inclusive_add.cpp 15 test_wg_scan_inclusive_min.cpp 16 test_wg_scan_inclusive_max.cpp 17) 18 19include(../CMakeCommon.txt) 20