From 63626206bd44b02c33450945f20cefc0f42baecc Mon Sep 17 00:00:00 2001 From: ZhuangYumin Date: Wed, 17 Jan 2024 13:00:44 +0000 Subject: [PATCH] add header file --- xmake.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/xmake.lua b/xmake.lua index 74aaae6..5ee354e 100644 --- a/xmake.lua +++ b/xmake.lua @@ -1,5 +1,7 @@ add_rules("mode.debug", "mode.release") +add_headerfiles("include/**.h") + target("int2048") set_kind("static") add_includedirs("$(projectdir)/include")