xref: /aosp_15_r20/external/OpenCL-CTS/test_conformance/pipes/CMakeLists.txt (revision 6467f958c7de8070b317fc65bcb0f6472e388d82)
1set(MODULE_NAME pipes)
2
3set(${MODULE_NAME}_SOURCES
4    main.cpp
5    test_pipe_read_write.cpp
6    test_pipe_info.cpp
7    test_pipe_limits.cpp
8    test_pipe_query_functions.cpp
9    test_pipe_readwrite_errors.cpp
10    test_pipe_subgroups.cpp
11)
12
13include(../CMakeCommon.txt)
14