From 8019938c3c2c941669a94942e52fa7d7fe6408bf Mon Sep 17 00:00:00 2001 From: Per Larsson Date: Tue, 14 Dec 2021 13:31:59 +0100 Subject: Include header files when generating solution. --- zenstore/xmake.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'zenstore') 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") -- cgit v1.2.3