diff options
| author | Stefan Boberg <[email protected]> | 2024-02-01 13:31:24 +0100 |
|---|---|---|
| committer | Stefan Boberg <[email protected]> | 2024-02-01 13:38:43 +0100 |
| commit | 8537258e87af7a4eabc46d68c6748d6ad8d60ee4 (patch) | |
| tree | 083e67c41e6bd4672e854896214f8695e5e1c3a1 /src | |
| parent | changed RPC recording to MPSC setup (#638) (diff) | |
| download | zen-8537258e87af7a4eabc46d68c6748d6ad8d60ee4.tar.xz zen-8537258e87af7a4eabc46d68c6748d6ad8d60ee4.zip | |
added robin-map dependency to zenutil
Diffstat (limited to 'src')
| -rw-r--r-- | src/zenutil/xmake.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/zenutil/xmake.lua b/src/zenutil/xmake.lua index 0da6d23a6..744dff737 100644 --- a/src/zenutil/xmake.lua +++ b/src/zenutil/xmake.lua @@ -7,4 +7,4 @@ target('zenutil') add_files("**.cpp") add_includedirs("include", {public=true}) add_deps("zencore") - add_packages("vcpkg::spdlog") + add_packages("vcpkg::robin-map", "vcpkg::spdlog") |