xref: /aosp_15_r20/external/OpenCL-CTS/test_conformance/allocations/CMakeLists.txt (revision 6467f958c7de8070b317fc65bcb0f6472e388d82)
1set(MODULE_NAME ALLOCATIONS)
2
3set(${MODULE_NAME}_SOURCES
4        main.cpp
5        allocation_execute.cpp
6        allocation_fill.cpp
7        allocation_functions.cpp
8        allocation_utils.cpp
9)
10
11set_gnulike_module_compile_flags("-Wno-sign-compare")
12
13include(../CMakeCommon.txt)
14