소스 검색

add headeronly to doctest (#2181)

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

+ 1 - 0
packages/d/doctest/xmake.lua

@@ -1,5 +1,6 @@
 package("doctest")
 
+    set_kind("library", {headeronly = true})
     set_homepage("http://bit.ly/doctest-docs")
     set_description("The fastest feature-rich C++11/14/17/20 single-header testing framework for unit tests and TDD")