commit | ae30d81c2a9380c33bba7fad5292a2f6f997bd4c | [log] [tgz] |
---|---|---|
author | George Liu <liuxiwei@ieisystem.com> | Thu Apr 03 09:56:47 2025 +0800 |
committer | George Liu <liuxiwei@ieisystem.com> | Thu May 08 00:31:12 2025 +0000 |
tree | 7c0be944745ad691d4eea4b6f12e8ffbd9c0d16a | |
parent | 535fc0c925b71a358be1d35a373ca9f508ee71d7 [diff] |
NetFn: Use api.hpp instead of api.h Since NetFn declared in api.h has been gradually deprecated, this submission is to use api.hpp instead of api.h Change-Id: I7631e68bd62d15dfc7274058b2ece38e3421a661 Signed-off-by: George Liu <liuxiwei@ieisystem.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