diff options
author | Burt P <pburt0@gmail.com> | 2019-08-24 11:31:54 -0500 |
---|---|---|
committer | Leandro A. F. Pereira <leandro@hardinfo.org> | 2019-08-28 13:15:48 +0200 |
commit | 691620e2d0855ab8ea5ddedc91c65a9df6ba0cfa (patch) | |
tree | 6df7fabf61c0791e6a9517dfb56fd02621547553 /CMakeLists.txt | |
parent | f52c88bdfe5ab69a1141b45b40311b172a6d8ea1 (diff) |
monitors: add ieee_oui lookup, link for vendor name
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 e43195db..22880b3a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -125,6 +125,7 @@ set(HARDINFO_RESOURCES "deps/sysobj_early/data/usb.ids" "deps/sysobj_early/data/arm.ids" "deps/sysobj_early/data/edid.ids" + "deps/sysobj_early/data/ieee_oui.ids" ) set(HARDINFO_MANPAGES |