diff options
author | Omniscient <17525998+omnisci3nce@users.noreply.github.com> | 2024-02-25 17:36:36 +1100 |
---|---|---|
committer | Omniscient <17525998+omnisci3nce@users.noreply.github.com> | 2024-02-25 17:36:36 +1100 |
commit | 06ed6edcedf30fd8f7e036fffe8f81e8ca89d4b0 (patch) | |
tree | f5ae75e431817a53ee5725b4c0d6f3e61b15a664 /xmake.lua | |
parent | 109b6dd1881d90915e972f0d263a032bd262adb5 (diff) | |
parent | b5b7cea24c46d28a4b72bc18ca8ccb2d532007d3 (diff) |
Merge branch 'master' of github.com:omnisci3nce/celeritas-core
Diffstat (limited to 'xmake.lua')
-rw-r--r-- | xmake.lua | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -87,4 +87,11 @@ target("main_loop") set_group("examples") add_deps("core_shared") add_files("examples/main_loop/ex_main_loop.c") + set_rundir("$(projectdir)") + +target("std") + set_kind("binary") + set_group("examples") + add_deps("core_static") + add_files("examples/standard_lib/ex_std.c") set_rundir("$(projectdir)")
\ No newline at end of file |