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_scan_reduce.cpp 9 test_wg_suggested_local_work_size.cpp 10) 11 12include(../CMakeCommon.txt) 13
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_scan_reduce.cpp 9 test_wg_suggested_local_work_size.cpp 10) 11 12include(../CMakeCommon.txt) 13