Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
CSV Parser 2.2.1 source code.tar.gz | 2024-05-18 | 361.9 kB | |
CSV Parser 2.2.1 source code.zip | 2024-05-18 | 398.6 kB | |
README.md | 2024-05-18 | 516 Bytes | |
Totals: 3 Items | 761.0 kB | 0 |
This is a simple CMake change that makes it easier to #include "csv.hpp"
in a CMake project that grabs csv-parser
using FetchContent_Declare()
.
What's Changed
- Provide directory of library's header as the include directory by @grosscol in https://github.com/vincentlaucsb/csv-parser/pull/220
New Contributors
- @grosscol made their first contribution in https://github.com/vincentlaucsb/csv-parser/pull/220
Full Changelog: https://github.com/vincentlaucsb/csv-parser/compare/2.2.0...2.2.1