Files
Ben Ashbaugh b500da5fbc add basic test for cl_khr_pci_bus_info (#1227)
* 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>
2021-07-21 08:48:48 +01:00

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)