aboutsummaryrefslogtreecommitdiff
path: root/zencore-test/xmake.lua
diff options
context:
space:
mode:
authorStefan Boberg <[email protected]>2021-09-07 11:04:35 +0200
committerStefan Boberg <[email protected]>2021-09-07 11:04:35 +0200
commitea3e977f4fed42077bca0a3d3b2702e590bce560 (patch)
tree5c8538a513cdc3a8121e84acbb0c4d03ae090397 /zencore-test/xmake.lua
parentAdded compilation switch for vfs related code (diff)
downloadzen-ea3e977f4fed42077bca0a3d3b2702e590bce560.tar.xz
zen-ea3e977f4fed42077bca0a3d3b2702e590bce560.zip
Further xmake file cleanup
Diffstat (limited to 'zencore-test/xmake.lua')
-rw-r--r--zencore-test/xmake.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/zencore-test/xmake.lua b/zencore-test/xmake.lua
index 61421f292..ed4115976 100644
--- a/zencore-test/xmake.lua
+++ b/zencore-test/xmake.lua
@@ -2,3 +2,4 @@ target("zencore-test")
set_kind("binary")
add_files("*.cpp")
add_deps("zencore")
+ add_packages("vcpkg::doctest") \ No newline at end of file