diff options
| author | Stefan Boberg <[email protected]> | 2023-12-05 10:09:41 +0100 |
|---|---|---|
| committer | Stefan Boberg <[email protected]> | 2023-12-05 10:09:41 +0100 |
| commit | 4f9f3da211c7905c79b58910ba0d6e7e7804e6cb (patch) | |
| tree | 7061a0edab791c98a96e5670145a000b93718a0e | |
| parent | HTTP plugin request debug logging (#587) (diff) | |
| download | zen-4f9f3da211c7905c79b58910ba0d6e7e7804e6cb.tar.xz zen-4f9f3da211c7905c79b58910ba0d6e7e7804e6cb.zip | |
add detours dependency
| -rw-r--r-- | xmake.lua | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -48,7 +48,12 @@ if not is_arch("arm64") then end end +if is_plat("windows") then + add_requires("detours") +end + add_rules("mode.debug", "mode.release") +add_rules("mode.asan", "mode.tsan") --add_rules("c++.unity_build") if is_mode("release") then |