mirror of
https://github.com/KhronosGroup/OpenCL-CTS.git
synced 2026-03-19 22:19:02 +00:00
9 lines
131 B
CMake
9 lines
131 B
CMake
set(MODULE_NAME SELECT)
|
|
|
|
set(${MODULE_NAME}_SOURCES
|
|
test_select.cpp
|
|
util_select.cpp
|
|
)
|
|
|
|
include(../CMakeCommon.txt)
|