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

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