add headeronly to cpp-lazy (#2175)

pull/2177/head
xpxz 2 years ago committed by GitHub
parent e8c9401c48
commit b6f51ba4e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      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")

Loading…
Cancel
Save