diff options
| author | ruki <[email protected]> | 2021-01-20 23:59:21 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2021-01-20 23:59:21 +0800 |
| commit | 615519460ee8c5302ba055fa0d36965d6d4873f6 (patch) | |
| tree | 06b42f427b8bfd7b421df29f442d5ef77fe9ad0f | |
| parent | 45106175eef0f20f97c2228009db8ffd09a50319 (diff) | |
fix tests
| -rw-r--r-- | tests/projects/hybrid/static_library/xmake.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/projects/hybrid/static_library/xmake.lua b/tests/projects/hybrid/static_library/xmake.lua index bc28df33f..5d0ef1494 100644 --- a/tests/projects/hybrid/static_library/xmake.lua +++ b/tests/projects/hybrid/static_library/xmake.lua @@ -17,7 +17,7 @@ target("demo") target("demo2") set_kind("binary") - add_files("src/main2.cpp") + add_files("src/main2.cpp", "src/*.d") if not is_plat("macosx") then set_enabled(false) end |
