1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-10-02 03:46:21 -04:00
elinks/src/document/html/meson.build

4 lines
133 B
Meson
Raw Normal View History

subdir('parser')
2022-10-04 15:23:31 -04:00
subdir('test')
srcs += files('frames.c', 'iframes.c', 'parse-meta-refresh.c', 'parser.c', 'renderer.c', 'tables.c')