FRET-qemu/libafl/meson.build
Romain Malmain 2edf778b1c
Add utils (#62)
* add utils file
* user only guard.
2024-04-17 18:08:38 +02:00

15 lines
281 B
Meson

specific_ss.add(files(
'exit.c',
'hook.c',
'jit.c',
'utils.c',
))
specific_ss.add(when: 'CONFIG_SOFTMMU', if_true: [files(
'syx-snapshot/device-save.c',
'syx-snapshot/syx-snapshot.c',
'syx-snapshot/syx-cow-cache.c',
'syx-snapshot/channel-buffer-writeback.c',
)])