watchdog_timeout: add CLI11 dependency

Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Change-Id: Ida8dbe1a5dad28273b211fa57f7ce4918bc37228
2 files changed
tree: d915b81d0cc13ef022c3cf27e071647ccaf17cae
  1. subprojects/
  2. watchdog/
  3. .clang-format
  4. .gitignore
  5. checkstop_app.cpp
  6. LICENSE
  7. meson.build
  8. meson.options
  9. OWNERS
  10. README.md
  11. watchdog_timeout.cpp
README.md

Building the Code

To build this package, do the following steps:

    1. meson build
    2. ninja -C build

To clean the repository run `rm -rf build`.