boostorg / leaf

Lightweight Error Augmentation Framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CMake Support

TartanLlama opened this issue · comments

Ideally CMake users would be able to use the library like so:

find_package(leaf REQUIRED)
target_link_libraries(mytarget leaf::leaf) #or zajo::leaf if you prefer

Would you consider a PR to add this functionality? I'd then easily be able to also create a vcpkg package.