Skip to content

Commit

Permalink
Add boost dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
qwattash committed Apr 19, 2022
1 parent ab353f6 commit b0cd6a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions trace_extra/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ qemutrace_ss = ss.source_set()
if config_all.has_key('CONFIG_TCG_LOG_INSTR') and config_all.has_key('CONFIG_TRACE_PERFETTO')
qemutrace_ss.add(dependency('boost', modules: ['filesystem', 'system']))
qemutrace_ss.add(files('trace_perfetto.cc', 'trace_stats.cc',
'guest_context_tracker.cc',
'cheri-perfetto/sdk/perfetto.cc'))
'guest_context_tracker.cc',
'cheri-perfetto/sdk/perfetto.cc'))
endif

qemutrace_ss = qemutrace_ss.apply(config_all, strict: false)
Expand Down

0 comments on commit b0cd6a4

Please sign in to comment.