This repository has been archived on 2024-01-04. You can view files and clone it, but cannot push or open issues or pull requests.
ncsa-mosaic/libhtmlw/meson.build

28 lines
467 B
Meson

sources = [
'DrawingArea.c',
'HTML-PSformat.c',
'HTML.c',
'HTMLformat.c',
'HTMLimages.c',
'HTMLjot.c',
'HTMLlists.c',
'HTMLparse.c',
'HTMLtable.c',
'HTMLwidgets.c',
'list.c',
'AnchoredImage.c',
'DelayedImage.c',
'NoImage.c'
]
libhtmlw_inc = include_directories('.')
libhtmlw_static = static_library(
'htmlw',
sources,
dependencies: [openmotif, xmu],
include_directories: libhtmlw_inc
)