argagg
argagg copied to clipboard
Add a CMake interface target
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).