Files
OpenCL-CTS/test_conformance/computeinfo/CMakeLists.txt
Einar Hov 89ec023110 Add conformance tests for cl_khr_extended_versioning (#548)
Tests that the new queries work, and that what they return is consistent with
the information returned by the string-based queries.

Signed-off-by: Einar Hov <einar.hov@arm.com>
2020-02-20 10:14:17 +00:00

9 lines
135 B
CMake

set(MODULE_NAME computeinfo)
set(${MODULE_NAME}_SOURCES
main.c
extended_versioning.cpp
)
include(../CMakeCommon.txt)