xref: /aosp_15_r20/external/OpenCL-CTS/test_conformance/vectors/CMakeLists.txt (revision 6467f958c7de8070b317fc65bcb0f6472e388d82)
1set(MODULE_NAME VECTORS)
2
3set(${MODULE_NAME}_SOURCES
4    globals.cpp
5        main.cpp
6        structs.cpp
7        test_step.cpp
8        test_vec_align.cpp
9        type_replacer.cpp
10)
11
12include(../CMakeCommon.txt)
13