File: meson.build

package info (click to toggle)
libvirt-glib 4.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 2,444 kB
  • sloc: ansic: 21,204; xml: 591; python: 310; sh: 121; javascript: 30; makefile: 12
file content (20 lines) | stat: -rw-r--r-- 536 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
test_domain_create = executable(
  'test-domain-create',
  sources: ['test-domain-create.c'],
  include_directories: top_include_dir,
  dependencies: [libvirt_gconfig_dep]
)

test_domain_parse = executable(
  'test-domain-parse',
  sources: ['test-domain-parse.c'],
  include_directories: top_include_dir,
  dependencies: [libvirt_gconfig_dep]
)

test_capabilities_parse = executable(
  'test-capabilities-parse',
  sources: ['test-capabilities-parse.c'],
  include_directories: top_include_dir,
  dependencies: [libvirt_gconfig_dep]
)