mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-10-23 01:52:48 +03:00
9 lines
160 B
Meson
9 lines
160 B
Meson
|
|
exe = executable(
|
|
'gjobread',
|
|
files('gjobread.c'),
|
|
dependencies: xml_dep,
|
|
include_directories: config_dir,
|
|
)
|
|
test('gjobread', exe, timeout: 0)
|