saltytools/573file/meson.build
2023-12-23 13:00:11 -05:00

24 lines
404 B
Meson

_573file_lib = static_library(
'573file',
c_pch: '../precompiled.h',
include_directories: [inc],
sources: [
'ifs.c',
'ifs.h',
'lz.c',
'lz.h',
'lz-file.c',
'lz-file.h',
'prop-binary-reader.c',
'prop-binary-reader.h',
'prop-type.c',
'prop-type.h',
'prop-xml-writer.c',
'prop-xml-writer.h',
'prop.c',
'prop.h',
'tex.c',
'tex.h',
]
)