1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-06-25 01:05:37 +00:00
elinks/src/dom/sgml/meson.build
Witold Filipczyk 5f87bdbcb2 [meson] meson build scripts.
Not finished yet, but I added to motivate myself and others.
The goal is to get a few seconds faster builds.

autotools still will be available.
2020-09-05 22:06:01 +02:00

6 lines
121 B
Meson

subdir('docbook')
subdir('html')
subdir('rss')
subdir('xbel')
srcs += files('dump.c', 'parser.c', 'scanner.c', 'sgml.c')