commit | d82cb7852f38a99d0631712550377fb90f6fb8ba | [log] [tgz] |
---|---|---|
author | Konstantin Aladyshev <aladyshev22@gmail.com> | Thu Apr 04 12:28:06 2024 +0300 |
committer | Konstantin Aladyshev <aladyshev22@gmail.com> | Tue Apr 23 21:59:49 2024 +0000 |
tree | e599566ad712cc4e38293e4113590abadc082792 | |
parent | 337a0978efd615ef27ff1ba8241974a7c020d845 [diff] |
meson: Add missing boost dependency to message test Since message test utilizes boost library add it to the dependencies. Change-Id: Ib027e34931d00ec288f0d5dba4b38911fd8affc3 Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com>
meson builddir ninja -C builddir
meson builddir -Dbuildtype=minsize -Db_lto=true -Dtests=disabled ninja -C builddir
If any of the dependencies are not found on the host system during configuration, meson automatically gets them via its wrap dependencies mentioned in ipmid/subprojects
.
meson builddir -Dwrap_mode=nofallback ninja -C builddir
meson builddir -Dbuildtype=debug ninja -C builddir
meson builddir -Db_coverage=true -Dtests=enabled ninja -C builddir test ninja -C builddir coverage