xref: /aosp_15_r20/external/OpenCL-CTS/test_conformance/commonfns/CMakeLists.txt (revision 6467f958c7de8070b317fc65bcb0f6472e388d82)
1set(MODULE_NAME COMMONFNS)
2
3set(${MODULE_NAME}_SOURCES
4    main.cpp
5    test_clamp.cpp
6    test_unary_fn.cpp
7    test_mix.cpp
8    test_step.cpp
9    test_smoothstep.cpp
10    test_binary_fn.cpp
11)
12
13include(../CMakeCommon.txt)
14