Przeglądaj źródła

add headeronly to cpp-lazy (#2175)

xpxz 2 lat temu
rodzic
commit
b6f51ba4e2
1 zmienionych plików z 1 dodań i 0 usunięć
  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")