blob: 191e9aa8ba62a905a6ff49defb6bf0aaf08a647d [file] [log] [blame]
# gather analyzer sources to be used here and elsewhere if needed
analyzer_src = files(
'analyzer_main.cpp',
'hei_user_interface.cpp',
'../util/ffdc_file.cpp',
'../util/temporary_file.cpp',
)
# Library dependencies.
analyzer_deps = [
dbus_interfaces_dep,
libhei_dep,
sdbusplus_dep,
]
# Create hardware error analyzer library
analyzer = static_library('analyzer',
analyzer_src,
include_directories : incdir,
dependencies : analyzer_deps,
cpp_args : test_arg,
install : false)