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. 4
      packages/c/csvparser/xmake.lua

@ -1,5 +1,5 @@
package("csvparser")
set_kind("library", { headeronly = true })
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)")
@ -26,4 +26,4 @@ package("csvparser")
}
}
]]}, {includes = "csv.hpp", configs = {languages = "cxx17"}}))
end)
end)

Loading…
Cancel
Save