argagg icon indicating copy to clipboard operation
argagg copied to clipboard

Add a CMake interface target

Open MonterraByte opened this issue 4 years ago • 0 comments

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).

MonterraByte avatar Jan 21 '21 14:01 MonterraByte