catchorg / Clara

A simple to use, composable, command line parser for C++ 11 and beyond
Boost Software License 1.0
648 stars 67 forks source link

Adds CMake library and install target #76

Open timothyqiu opened 5 years ago

timothyqiu commented 5 years ago

This PR

This implements the main part of #44

timothyqiu commented 5 years ago

😞 One CI job failed because it can't pull code from GitHub, I don't know how to trigger that job again...

codecov[bot] commented 5 years ago

Codecov Report

Merging #76 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #76   +/-   ##
=======================================
  Coverage   94.85%   94.85%           
=======================================
  Files           2        2           
  Lines         680      680           
=======================================
  Hits          645      645           
  Misses         35       35
Impacted Files Coverage Δ
include/clara.hpp 93.3% <0%> (ø) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update a6dfbbd...ba9db5b. Read the comment docs.