Files
OpenCL-CTS/test_conformance/commonfns/CMakeLists.txt
Marcin Hajder 32688a47b3 Complementation and modernization of commonfns tests (#1694)
* 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
2023-05-16 08:44:42 -07:00

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)