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