mirror of
https://github.com/KhronosGroup/OpenCL-CTS.git
synced 2026-03-19 06:09:01 +00:00
* Unified common functions tests due to preparation for adding cl_khr_fp16 support * Renamed base structure, few cosmetic corrections * Added corrections due to code review * Removed comment separators * Added review related corrections
14 lines
222 B
CMake
14 lines
222 B
CMake
set(MODULE_NAME COMMONFNS)
|
|
|
|
set(${MODULE_NAME}_SOURCES
|
|
main.cpp
|
|
test_clamp.cpp
|
|
test_unary_fn.cpp
|
|
test_mix.cpp
|
|
test_step.cpp
|
|
test_smoothstep.cpp
|
|
test_binary_fn.cpp
|
|
)
|
|
|
|
include(../CMakeCommon.txt)
|