Lyra
Lyra copied to clipboard
Rewrite meson.build
This rewriting make three changes:
- This project compiled by meson used to produce an empty
.a
file. This should not happen since lyra is pure header library. - Now meson can correctly install these header files.
- Now
lyra.pc
file is automatically created by meson.
- Sorry for my negligence, I'll change this PR to use the B2 build file for generating
meson.build
. - I use two
meson.build
files to use meson's preseve_path feature, since it can simplify some logics. I can use only single file if you don't want that.
I make changes to data/build.jam
and regenerate meson.build
.
It seems the mingw-related errors in the test have nothing to do with this PR.