diff options
| author | ruki <[email protected]> | 2021-10-26 23:11:01 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2021-10-26 23:11:01 +0800 |
| commit | ccfb92f406dbd1535db64cfdb0e4a80d031805e9 (patch) | |
| tree | f1f419b93732ebf1562dbc3820cb32cb8937a803 /tests/projects/mdk/hello/xmake.lua | |
| parent | f818c0d180bd0e19070dbe03e0cbc1405712b2ed (diff) | |
improve mdk test
Diffstat (limited to 'tests/projects/mdk/hello/xmake.lua')
| -rw-r--r-- | tests/projects/mdk/hello/xmake.lua | 1 |
1 files changed, 1 insertions, 0 deletions
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") |
