add headeronly to cereal (#2172)

pull/2175/head
xpxz 1 year ago committed by GitHub
parent 6f3630064d
commit e1c0f65805
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      packages/c/cereal/xmake.lua

@ -1,5 +1,6 @@
package("cereal")
set_kind("library", {headeronly = true})
set_homepage("https://uscilab.github.io/cereal/index.html")
set_description("cereal is a header-only C++11 serialization library.")
set_license("BSD-3-Clause")

Loading…
Cancel
Save