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