meson.build (ab3180515c6a5f080623cde07c9b89ece77abb19) | meson.build (c574e161120aa0b8c76ee90d21d43c6e53e7f1ba) |
---|---|
1project('qemu', ['c'], meson_version: '>=0.55.0', 2 default_options: ['warning_level=1', 'c_std=gnu99', 'cpp_std=gnu++11', 'b_lundef=false'], 3 version: run_command('head', meson.source_root() / 'VERSION').stdout().strip()) 4 5not_found = dependency('', required: false) 6keyval = import('unstable-keyval') 7ss = import('sourceset') 8 --- 659 unchanged lines hidden (view full) --- 668softmmu_ss.add(when: 'CONFIG_TPM', if_true: files('tpm.c')) 669softmmu_ss.add(when: 'CONFIG_SECCOMP', if_true: [files('qemu-seccomp.c'), seccomp]) 670softmmu_ss.add(when: ['CONFIG_FDT', fdt], if_true: [files('device_tree.c')]) 671 672common_ss.add(files('cpus-common.c')) 673 674subdir('softmmu') 675subdir('backends') | 1project('qemu', ['c'], meson_version: '>=0.55.0', 2 default_options: ['warning_level=1', 'c_std=gnu99', 'cpp_std=gnu++11', 'b_lundef=false'], 3 version: run_command('head', meson.source_root() / 'VERSION').stdout().strip()) 4 5not_found = dependency('', required: false) 6keyval = import('unstable-keyval') 7ss = import('sourceset') 8 --- 659 unchanged lines hidden (view full) --- 668softmmu_ss.add(when: 'CONFIG_TPM', if_true: files('tpm.c')) 669softmmu_ss.add(when: 'CONFIG_SECCOMP', if_true: [files('qemu-seccomp.c'), seccomp]) 670softmmu_ss.add(when: ['CONFIG_FDT', fdt], if_true: [files('device_tree.c')]) 671 672common_ss.add(files('cpus-common.c')) 673 674subdir('softmmu') 675subdir('backends') |
676subdir('disas') |
|
676subdir('migration') 677subdir('monitor') 678subdir('net') 679subdir('replay') 680 681# needed for fuzzing binaries 682subdir('tests/qtest/libqos') 683 --- 421 unchanged lines hidden --- | 677subdir('migration') 678subdir('monitor') 679subdir('net') 680subdir('replay') 681 682# needed for fuzzing binaries 683subdir('tests/qtest/libqos') 684 --- 421 unchanged lines hidden --- |