meson: refactor cli11 dependency

cli11 has added support for being a meson subproject, so it can be
detected like any other dependency.  Ensure it is used in system mode
(-isystem...), to help static analysis tools which make use of that.
Tested by building and running the unit tests using the cli11
subproject.

Change-Id: I8e3f4959a645eda34e995e736e1a05729fbc27f9
Signed-off-by: Brad Bishop <bradbish@qti.qualcomm.com>
1 file changed
tree: b84ecd47d63a716701ec3b738a2abf974a31e267
  1. fail-monitor/
  2. libmapper/
  3. src/
  4. subprojects/
  5. .clang-format
  6. .gitignore
  7. LICENSE
  8. meson.build
  9. meson.options
  10. OWNERS
  11. README.md
README.md

The Mapper

This repository contains the mapper, which assists in finding things on D-Bus. There is documentation about it in the docs repository.

Prerequisites

Non-OpenBMC build dependencies are:

  • meson/ninja
  • boost
  • libsystemd
  • systemd
  • tinyxml2

Build

meson build && ninja -C build

Run Unit Tests

meson build && ninja -C build test

Clean the repository

rm -rf build