Files
OpenCL-CTS/test_conformance/spirv_new/CMakeLists.txt
Ben Ashbaugh 1260e7f5e0 fix the license header on the spirv-new tests (#1865)
The source files for the spirv-new tests were using the older Khronos
license instead of the proper Apache license.  Fixed the license in
all source files.
2024-01-16 09:58:34 -08:00

13 lines
311 B
CMake

set(MODULE_NAME SPIRV_NEW)
file(GLOB SPIRV_NEW_SOURCES "*.cpp")
set(TEST_HARNESS_SOURCES
../../test_conformance/math_brute_force/reference_math.cpp
../../test_conformance/math_brute_force/utility.cpp
)
set(${MODULE_NAME}_SOURCES ${SPIRV_NEW_SOURCES} ${TEST_HARNESS_SOURCES})
include(../CMakeCommon.txt)