commit | 71e795a279f1d30b6aca2509dd80c9b072f15efa | [log] [tgz] |
---|---|---|
author | William A. Kennington III <wak@google.com> | Fri Apr 16 13:54:01 2021 -0700 |
committer | William A. Kennington III <wak@google.com> | Fri Apr 16 13:54:05 2021 -0700 |
tree | dabbaa86607c2e1aa721675e6c0db1dffe17a8a8 | |
parent | 3f49f01e3da03c41c0b53b55c8d53afff96190a6 [diff] |
meson: Update to c++20 Change-Id: Ia527700f3bbc718eff1f298864fd6aec08cb2021 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