diff options
author | Burt P <pburt0@gmail.com> | 2019-12-26 02:27:07 -0600 |
---|---|---|
committer | Leandro A. F. Pereira <leandro@hardinfo.org> | 2019-12-26 17:36:21 -0800 |
commit | 39db9aca78bc69846fcad166190d20e24a55c964 (patch) | |
tree | 1bd684f40c73b88e97f444cf0aef10ac04052a9e /CMakeLists.txt | |
parent | 211d9a993d63be21daf22834d8bcb823fe2209d3 (diff) |
computer/display: add notes for wanted extern utils
Signed-off-by: Burt P <pburt0@gmail.com>
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
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 |