exiv2/README-meson
Rosen Penev 063a99b3c3 add meson build
This is a fairly basic meson file that builds only the library. Useful
for stuff like WrapDB.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2023-02-06 13:44:57 -08:00

11 lines
368 B
Plaintext

meson build system
This is a basic meson.build file intended to be used by meson projects that use
WrapDB: https://github.com/mesonbuild/wrapdb
This can also be used as a test playground to test various options not exposed
by the CMake build, eg: iconv and intl on Windows.
It is currently incomplete. Tests are not implemented yet. The library and
executable are.