diff options
| author | Stefan Boberg <[email protected]> | 2021-09-07 11:04:35 +0200 |
|---|---|---|
| committer | Stefan Boberg <[email protected]> | 2021-09-07 11:04:35 +0200 |
| commit | ea3e977f4fed42077bca0a3d3b2702e590bce560 (patch) | |
| tree | 5c8538a513cdc3a8121e84acbb0c4d03ae090397 /zenutil/xmake.lua | |
| parent | Added compilation switch for vfs related code (diff) | |
| download | zen-ea3e977f4fed42077bca0a3d3b2702e590bce560.tar.xz zen-ea3e977f4fed42077bca0a3d3b2702e590bce560.zip | |
Further xmake file cleanup
Diffstat (limited to 'zenutil/xmake.lua')
| -rw-r--r-- | zenutil/xmake.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/zenutil/xmake.lua b/zenutil/xmake.lua index f4bbcd6f0..7cd29a86f 100644 --- a/zenutil/xmake.lua +++ b/zenutil/xmake.lua @@ -3,3 +3,4 @@ target('zenutil') add_files("**.cpp") add_includedirs("include", {public=true}) add_deps("zencore") + add_packages("vcpkg::spdlog")
\ No newline at end of file |