commit | 6797f8a0f7862c3bb44b1629ba90811fb0f7ffd4 | [log] [tgz] |
---|---|---|
author | William A. Kennington III <wak@google.com> | Sat Aug 08 01:19:54 2020 -0700 |
committer | William A. Kennington III <wak@google.com> | Thu Feb 04 15:06:16 2021 -0800 |
tree | 53d50226522c29726d8d41325bfe8b34e986631d | |
parent | 2f8444ce2dfb265bc6dcd45cae0484d68f08dd91 [diff] |
subprojects: Bump to HEAD Change-Id: I4cff901031cf792bca0ca2f08e7f372cea17c141 Signed-off-by: William A. Kennington III <wak@google.com>
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