summaryrefslogtreecommitdiff
path: root/tests/static_library_c++/xmake.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2017-05-15 20:17:48 +0800
committerruki <[email protected]>2017-05-15 20:17:48 +0800
commit79634bd7f65737d619f87f6b38710195429843d0 (patch)
tree3fb6e636d307d9fe59c2621a066210c1e5b7482d /tests/static_library_c++/xmake.lua
parent78c196e4a62564dbdf09e0660097be2b211ca2fb (diff)
remove dep links for tests
Diffstat (limited to 'tests/static_library_c++/xmake.lua')
-rwxr-xr-xtests/static_library_c++/xmake.lua5
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/static_library_c++/xmake.lua b/tests/static_library_c++/xmake.lua
index fa30f3a3b..2e3950d4a 100755
--- a/tests/static_library_c++/xmake.lua
+++ b/tests/static_library_c++/xmake.lua
@@ -42,9 +42,4 @@ target("test")
-- add files
add_files("src/test.cpp")
- -- add links
- add_links("static_library_c++")
-
- -- add link directory
- add_linkdirs("$(buildir)")