diff options
author | Burt P <pburt0@gmail.com> | 2018-05-27 19:14:06 -0500 |
---|---|---|
committer | Leandro A. F. Pereira <leandro@hardinfo.org> | 2018-05-29 07:08:46 -0700 |
commit | b1e053e8bd24fbd38dff52b601adb2acdd763d70 (patch) | |
tree | d8ba170355023df0eed907a238faf9f97c85a5a5 /CMakeLists.txt | |
parent | adb872ec12aa96ac72fa7f237244d9c8f8f66314 (diff) |
vendor.c/vendor.ids: create vendor.ids
Create a new, more easily maintained, file for vendor information.
Installs with hardinfo, but can be sync-ed if that function ever
gets restored.
Reading the old vendor.conf format is still fully supported, AFAIK.
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 21cc9184..6ec2b045 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -118,6 +118,7 @@ set(HARDINFO_MODULES set(HARDINFO_RESOURCES "benchmark.conf" "benchmark.data" + "vendor.ids" ) set(HARDINFO_MANPAGES |