blob: 3354725343a0e279225056974d66a120fc5cd282 [file] [log] [blame]
# gather analyzer sources to be used here and elsewhere if needed
analyzer_src = files('analyzer_main.cpp',
'hei_user_interface.cpp')
# Create hardware error analyzer library
analyzer = static_library('analyzer',
analyzer_src,
include_directories : incdir,
dependencies : libhei_dep,
cpp_args : test_arg,
install : false)