1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-10-23 01:52:48 +03:00
Files
libxml2/example/meson.build
2024-04-04 12:23:39 +02:00

9 lines
160 B
Meson

exe = executable(
'gjobread',
files('gjobread.c'),
dependencies: xml_dep,
include_directories: config_dir,
)
test('gjobread', exe, timeout: 0)