From ccfb92f406dbd1535db64cfdb0e4a80d031805e9 Mon Sep 17 00:00:00 2001 From: ruki Date: Tue, 26 Oct 2021 23:11:01 +0800 Subject: improve mdk test --- tests/projects/mdk/hello/xmake.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/projects/mdk/hello/xmake.lua') diff --git a/tests/projects/mdk/hello/xmake.lua b/tests/projects/mdk/hello/xmake.lua index af9f2acde..d5a0429e4 100644 --- a/tests/projects/mdk/hello/xmake.lua +++ b/tests/projects/mdk/hello/xmake.lua @@ -4,3 +4,4 @@ target("hello") set_extension(".axf") add_files("src/**.c", "src/**.s") add_defines("__EVAL", "__MICROLIB") + add_includedirs("src/lib/cmsis") -- cgit v1.3.1