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/libXmx/meson.build

10 lines
164 B
Meson

sources = ['Xmx.c', 'Xmx2.c']
libXmx_inc = include_directories('.')
libXmx_static = static_library(
'Xmx',
sources,
include_directories: libXmx_inc
)