Replies: 6 comments
-
Hi @hwhsu1231 - thanks for suggesting this feature. I'll need to do some read up to know what's needed, but it seems like a reasonable functionality. If you know some other (ideally header-only) project providing this functionality, please let me know, so I can check how they've implemented it. Thanks! |
Beta Was this translation helpful? Give feedback.
-
@d99kris - I suggest that it take CLI11 library for reference. This project is header-only as well, and will provide Config Files and Imported Target after running
|
Beta Was this translation helpful? Give feedback.
-
Great, thanks! Will check it out. |
Beta Was this translation helpful? Give feedback.
-
Will proceed to move unaddressed feature requests into Discussions section, for a clearer separation of bugs and feature requests. |
Beta Was this translation helpful? Give feedback.
-
I think rapidcsv can take the following Header-Only libraries for reference as well:
|
Beta Was this translation helpful? Give feedback.
-
Thanks for providing more references. I haven't had the chance to look at this feature yet, but hopefully I (or someone else) will eventually. |
Beta Was this translation helpful? Give feedback.
-
Feature Request
This library is "header-only". Therefore, we can just copy the
rapidcsv.h
to our project to use it. However, I highly recommend that it provide (after installation):rapidcsv-config.cmake
rapidcsv-config-version.cmake
rapidcsv::rapidcsv
So that users can use
find_package(rapidcsv)
command to acquire an imported targetrapidcsv::rapidcsv
, which would be linked to their executable or library targets:Beta Was this translation helpful? Give feedback.
All reactions