mirror of
https://github.com/KhronosGroup/OpenCL-CTS.git
synced 2026-03-19 06:09:01 +00:00
* add basic test for cl_khr_pci_bus_info * correctly use TEST_SKIPPED_ITSELF Co-authored-by: Kévin Petit <kpet@free.fr> * fix related usage of TEST_SKIPPED_ITSELF Co-authored-by: Kévin Petit <kpet@free.fr>
12 lines
217 B
CMake
12 lines
217 B
CMake
set(MODULE_NAME computeinfo)
|
|
|
|
set(${MODULE_NAME}_SOURCES
|
|
main.cpp
|
|
device_uuid.cpp
|
|
extended_versioning.cpp
|
|
conforming_version.cpp
|
|
pci_bus_info.cpp
|
|
)
|
|
|
|
include(../CMakeCommon.txt)
|