Browse Source

add headeronly to cereal (#2172)

xpxz 2 years ago
parent
commit
e1c0f65805
1 changed files with 1 additions and 0 deletions
  1. 1 0
      packages/c/cereal/xmake.lua

+ 1 - 0
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")