From bcd206e60096f2a7d3c748feaa918cb500074f90 Mon Sep 17 00:00:00 2001 From: Burt P Date: Fri, 23 Mar 2018 13:17:33 -0500 Subject: [new] devices/gpu: graphics processors Signed-off-by: Burt P --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index cf232fb5..21cc9184 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -143,6 +143,7 @@ set(MODULE_computer_SOURCES set(MODULE_devices_SOURCES modules/devices.c modules/devices/${HARDINFO_ARCH}/processor.c + modules/devices/gpu.c modules/devices/battery.c modules/devices/devmemory.c modules/devices/dmi.c -- cgit v1.2.3