diff options
| author | ruki <[email protected]> | 2023-09-30 00:36:53 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2023-09-30 00:36:53 +0800 |
| commit | 5a2c5c458af38dd90924f251d518b97ba2cf604b (patch) | |
| tree | 78ded54f7a54fd35ccd58c417a3178e18911dbca /tests/projects/c++/linkorders/xmake.lua | |
| parent | c8f60856c4c998f3d4894524ba1576f8da43baa7 (diff) | |
find cycle in graph
Diffstat (limited to 'tests/projects/c++/linkorders/xmake.lua')
| -rw-r--r-- | tests/projects/c++/linkorders/xmake.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/projects/c++/linkorders/xmake.lua b/tests/projects/c++/linkorders/xmake.lua index 8a5f1d18c..5d64c72b4 100644 --- a/tests/projects/c++/linkorders/xmake.lua +++ b/tests/projects/c++/linkorders/xmake.lua @@ -24,6 +24,7 @@ target("demo") end add_linkorders("framework::Foundation", "png16", "foo") add_linkorders("dl", "linkgroup::syslib") +-- add_linkorders("foo", "png16") add_linkgroups("m", "pthread", {name = "syslib"}) |
