diff options
Diffstat (limited to 'tests/projects/c++')
| -rw-r--r-- | tests/projects/c++/modules/link_order/xmake.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/projects/c++/modules/link_order/xmake.lua b/tests/projects/c++/modules/link_order/xmake.lua index ffdf26074..6a11418ac 100644 --- a/tests/projects/c++/modules/link_order/xmake.lua +++ b/tests/projects/c++/modules/link_order/xmake.lua @@ -19,4 +19,4 @@ target("link_order_1") target("link_order_2") set_kind("binary") add_deps("bar", "foo") - add_files("src/main.cpp")
\ No newline at end of file + add_files("src/main.cpp") |
