소스 검색

add headeronly flag (#2170)

xpxz 2 년 전
부모
커밋
cf270e046b
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      packages/w/workspace_hanya/xmake.lua

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