vietjtnguyen / argagg

A simple C++11 command line argument parser
MIT License
224 stars 28 forks source link

Add a CMake interface target #32

Closed MonterraByte closed 1 year ago

MonterraByte commented 3 years ago

This would allow using the library by using target_link_libraries instead of having to copy files around or setting include paths manually. It's useful when using git submodules or CMake's FetchContent to download dependencies.

I've created a pull request to implement this (#33).