mirror of
https://github.com/KhronosGroup/OpenCL-CTS.git
synced 2026-03-21 14:59:02 +00:00
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>
9 lines
127 B
CMake
9 lines
127 B
CMake
set(MODULE_NAME SELECT)
|
|
|
|
set(${MODULE_NAME}_SOURCES
|
|
test_select.c
|
|
util_select.c
|
|
)
|
|
|
|
include(../CMakeCommon.txt)
|