2
0
xpxz 2 жил өмнө
parent
commit
e1c0f65805

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