aboutsummaryrefslogtreecommitdiff
path: root/zenstore/xmake.lua
diff options
context:
space:
mode:
Diffstat (limited to 'zenstore/xmake.lua')
-rw-r--r--zenstore/xmake.lua3
1 files changed, 2 insertions, 1 deletions
diff --git a/zenstore/xmake.lua b/zenstore/xmake.lua
index 4359e01a0..3379d87c1 100644
--- a/zenstore/xmake.lua
+++ b/zenstore/xmake.lua
@@ -1,6 +1,7 @@
target('zenstore')
set_kind("static")
+ add_headerfiles("**.h")
add_files("**.cpp")
add_includedirs("include", {public=true})
add_deps("zencore")
- add_packages("vcpkg::robin-map") \ No newline at end of file
+ add_packages("vcpkg::robin-map")