ben-strasser / fast-cpp-csv-parser

fast-cpp-csv-parser
BSD 3-Clause "New" or "Revised" License
2.09k stars 435 forks source link

Adds support for CMake #93

Open adeharo9 opened 4 years ago

adeharo9 commented 4 years ago

Added support for building with CMake.

It takes care of the pthreads dependency and defines the fast_cpp_csv_parser library target with all the libraries and directories already linked and included so the end user only has to link with the target itself, forgetting about everything else.

ben-strasser commented 2 years ago

I'll leave this open in case somebody comes looking for this. However, I will not merge this because I do not intend to maintain a CMakeLists.txt for a single header file.

CodeFinder2 commented 1 year ago

@adeharo9 Maybe you find this helpful: https://github.com/CodeFinder2/fast-cpp-csv-parser