fix csvparser for xmake 2.9.4 (#4992)

it's a header only library
pull/4993/head
Shiwei Wang 3 months ago committed by GitHub
parent 0c6e2688e2
commit 21917cad30
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      packages/c/csvparser/xmake.lua

@ -1,5 +1,5 @@
package("csvparser") package("csvparser")
set_kind("library", { headeronly = true })
set_homepage("https://github.com/vincentlaucsb/csv-parser") set_homepage("https://github.com/vincentlaucsb/csv-parser")
set_description("A modern C++ library for reading, writing, and analyzing CSV (and similar) files (by vincentlaucsb)") set_description("A modern C++ library for reading, writing, and analyzing CSV (and similar) files (by vincentlaucsb)")

Loading…
Cancel
Save