Commits


Colin authored and GitHub committed 6d40fe80fc8
Provide directory of library's header as the include directory (#220) Avoid having consumers need to know or declare internal structure of project. Facilitate use with `FetchContent_Declare` to get the repo and then simply use `target_include_directories( their_proj PRIVATE csv)`.