mirror of
https://github.com/KhronosGroup/OpenCL-CTS.git
synced 2026-03-19 06:09:01 +00:00
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.
13 lines
311 B
CMake
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)
|