aboutsummaryrefslogtreecommitdiff
path: root/accel/qtest/meson.build
blob: e477cb2ae27568a68591fb22a187a7f024272b76 (plain)
1
2
3
4
5
6
7
qtest_ss = ss.source_set()
qtest_ss.add(files(
  'qtest.c',
  'qtest-cpus.c',
))

specific_ss.add_all(when: ['CONFIG_SOFTMMU', 'CONFIG_POSIX'], if_true: qtest_ss)