mirror of
https://github.com/djhackersdev/saltytools.git
synced 2026-04-26 01:45:29 -05:00
24 lines
404 B
Meson
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',
|
|
]
|
|
)
|