commit | 68e82947f66545f014dc8fd1dde1807b0cc1989c | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Wed Apr 26 11:52:01 2023 -0500 |
committer | Patrick Williams <patrick@stwcx.xyz> | Wed Apr 26 11:52:04 2023 -0500 |
tree | 857550c06b5e3d06d955d9a0621fdd0625241e64 | |
parent | 7589306482171ce274873d590448cf52203ce3a3 [diff] |
build: enable sdbus++ common.hpp output The generated server.hpp file now requires a common.hpp to also be generated. Add that to the meson.build. Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I82d345e48480ca8864f7442e74da50afb288ee92
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