From 39db9aca78bc69846fcad166190d20e24a55c964 Mon Sep 17 00:00:00 2001 From: Burt P Date: Thu, 26 Dec 2019 02:27:07 -0600 Subject: computer/display: add notes for wanted extern utils Signed-off-by: Burt P --- CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 22880b3a..674d1d2c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -216,6 +216,7 @@ set_source_files_properties( modules/devices/dmi_memory.c # modules/devices/spd-decode.c hardinfo/problem_marker.c + hardinfo/hinote_util.c PROPERTIES COMPILE_FLAGS "-std=c99 -Wall -Wextra -Wno-unused-function -Wno-deprecated-declarations -Wno-switch" ) @@ -278,6 +279,7 @@ add_executable(hardinfo hardinfo/util.c hardinfo/gg_key_file_parse_string_as_value.c hardinfo/problem_marker.c + hardinfo/hinote_util.c hardinfo/vendor.c hardinfo/info.c hardinfo/cpu_util.c @@ -316,6 +318,7 @@ add_executable(hardinfo hardinfo/util.c hardinfo/gg_key_file_parse_string_as_value.c hardinfo/problem_marker.c + hardinfo/hinote_util.c hardinfo/vendor.c hardinfo/info.c hardinfo/cpu_util.c -- cgit v1.2.3