commit | b7edf1ca7c17f7f167d6c5931d193cd1d7bf2196 | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Wed Apr 09 02:40:19 2025 -0400 |
committer | Patrick Williams <patrick@stwcx.xyz> | Wed Apr 09 02:40:19 2025 -0400 |
tree | 8c58bb60600f2908a59fc098946d93cf4388daf7 | |
parent | 3a27d32b33f6f5d3ead59eae1eb5cce1869cf3b4 [diff] |
meson: reformat with meson formatter Apply the `meson format` results. Change-Id: I5545e5b65fb5ae52e47e0d6b11d670e6c15f9032 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
gpioplus is a c++ wrapper around the linux gpio ioctl interface. It aims to provide c++ ergonomics to the usage.
For a standard release build, you want something like:
meson setup -Dexamples=false -Dtests=disabled builddir ninja -C builddir ninja -C builddir install
For a test / debug build, a typical configuration is
meson setup -Dtests=enabled builddir meson test -C builddir