diff options
Diffstat (limited to 'tests/projects/c++/static_library/xmake.lua')
| -rw-r--r-- | tests/projects/c++/static_library/xmake.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/projects/c++/static_library/xmake.lua b/tests/projects/c++/static_library/xmake.lua index b084aab18..9c82ee074 100644 --- a/tests/projects/c++/static_library/xmake.lua +++ b/tests/projects/c++/static_library/xmake.lua @@ -8,7 +8,7 @@ target("static_library_c++") set_kind("static") -- add files - add_files("src/interface.cpp") + add_files("src/interface.cpp") -- add target target("test") @@ -20,6 +20,6 @@ target("test") add_deps("static_library_c++") -- add files - add_files("src/test.cpp") + add_files("src/test.cpp") |
