add headeronly flag (#2170)

pull/2171/head
xpxz 1 year ago committed by GitHub
parent 0606a0c17d
commit cf270e046b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      packages/w/workspace_hanya/xmake.lua

@ -1,5 +1,6 @@
package("workspace_hanya")
set_kind("library", {headeronly = true})
set_homepage("https://github.com/CodingHanYa/workspace")
set_description("Workspace is a lightweight asynchronous execution framework based on C++11")
set_license("Apache-2.0")

Loading…
Cancel
Save