From c7a34b03ffd03395c7be19edefe4fb099eb703e8 Mon Sep 17 00:00:00 2001 From: taynpg Date: Tue, 14 Jan 2025 13:04:01 +0800 Subject: [PATCH] =?UTF-8?q?xmake=EF=BC=9A=E8=84=9A=E6=9C=AC=E8=A1=A5?= =?UTF-8?q?=E6=AD=A3=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- xmake.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/xmake.lua b/xmake.lua index e04842b..10e86f9 100644 --- a/xmake.lua +++ b/xmake.lua @@ -10,6 +10,7 @@ if is_mode("debug") then set_suffixname("d") end add_includedirs(path.join(os.scriptdir(), "include"), {public = true}) +add_includedirs(path.join(os.scriptdir(), "3rd"), {public = true}) target("ofen") add_options("boost") set_kind("static")