diff options
author | Burt P <pburt0@gmail.com> | 2018-03-23 13:17:33 -0500 |
---|---|---|
committer | Leandro A. F. Pereira <leandro@hardinfo.org> | 2018-04-24 07:43:43 -0700 |
commit | bcd206e60096f2a7d3c748feaa918cb500074f90 (patch) | |
tree | cf5f40f3167f623dee54bd6c7e37ff813d41d4e7 /CMakeLists.txt | |
parent | 3fa490a87d4d0b553c1b83f34fe1886af8b3a0e0 (diff) |
[new] devices/gpu: graphics processors
Signed-off-by: Burt P <pburt0@gmail.com>
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
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 |