From 11e616945340e87a1f567ab92e6dfac3068875b1 Mon Sep 17 00:00:00 2001 From: Simon Quigley Date: Sat, 25 Nov 2017 13:35:47 -0600 Subject: New upstream version 0.5.1+git20171103 --- CMakeLists.txt | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index d4c60fec..5cd014d3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -137,13 +137,11 @@ set(MODULE_computer_SOURCES ) set(MODULE_devices_SOURCES modules/devices.c - modules/devices/cpu_util.c modules/devices/${HARDINFO_ARCH}/processor.c modules/devices/battery.c modules/devices/devmemory.c modules/devices/dmi.c modules/devices/devicetree.c - modules/devices/devicetree/dt_util.c modules/devices/inputdevices.c modules/devices/pci.c modules/devices/printers.c @@ -222,6 +220,9 @@ add_executable(hardinfo hardinfo/util.c hardinfo/vendor.c hardinfo/info.c + hardinfo/cpu_util.c + hardinfo/dmi_util.c + hardinfo/dt_util.c shell/callbacks.c shell/iconcache.c shell/menu.c @@ -247,6 +248,9 @@ add_executable(hardinfo hardinfo/util.c hardinfo/vendor.c hardinfo/info.c + hardinfo/cpu_util.c + hardinfo/dmi_util.c + hardinfo/dt_util.c shell/callbacks.c shell/iconcache.c shell/menu.c -- cgit v1.2.3