Browse Source

add headeronly to cpp-lazy (#2175)

xpxz 2 years ago
parent
commit
b6f51ba4e2
1 changed files with 1 additions and 0 deletions
  1. 1 0
      packages/c/cpp-lazy/xmake.lua

+ 1 - 0
packages/c/cpp-lazy/xmake.lua

@@ -1,4 +1,5 @@
 package("cpp-lazy")
+    set_kind("library", {headeronly = true})
     set_homepage("https://github.com/MarcDirven/cpp-lazy")
     set_description("A fast C++11/14/17/20 header only library for lazy evaluation and function tools")