diff options
| author | DawnManget <[email protected]> | 2022-05-10 13:43:00 +0800 |
|---|---|---|
| committer | DawnManget <[email protected]> | 2022-05-10 13:43:00 +0800 |
| commit | e3c89983b01d79a890aa22edc7e7ebb458984117 (patch) | |
| tree | 4cee6676f1f11b70bff12236499cc89b4c8ad7c8 /tests/projects/embed/c51/hello/xmake.lua | |
| parent | ef7924ec6f8368b096789d510f5890bb46989ea0 (diff) | |
review6: add keil-c51 examples
Diffstat (limited to 'tests/projects/embed/c51/hello/xmake.lua')
| -rw-r--r-- | tests/projects/embed/c51/hello/xmake.lua | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/projects/embed/c51/hello/xmake.lua b/tests/projects/embed/c51/hello/xmake.lua new file mode 100644 index 000000000..be1e170df --- /dev/null +++ b/tests/projects/embed/c51/hello/xmake.lua @@ -0,0 +1,4 @@ +target("hello") + add_rules("c51.binary") + set_toolchains("c51") + add_files("src/main.c")
\ No newline at end of file |
