aboutsummaryrefslogtreecommitdiff
path: root/zencore/xmake.lua
diff options
context:
space:
mode:
authorPer Larsson <[email protected]>2021-12-14 13:31:59 +0100
committerPer Larsson <[email protected]>2021-12-14 13:31:59 +0100
commit8019938c3c2c941669a94942e52fa7d7fe6408bf (patch)
treea976b3b0e910a4b5ead34a2a2cbc1c624958c007 /zencore/xmake.lua
parentMerged main. (diff)
downloadzen-8019938c3c2c941669a94942e52fa7d7fe6408bf.tar.xz
zen-8019938c3c2c941669a94942e52fa7d7fe6408bf.zip
Include header files when generating solution.
Diffstat (limited to 'zencore/xmake.lua')
-rw-r--r--zencore/xmake.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/zencore/xmake.lua b/zencore/xmake.lua
index 738fe5796..6f99b78d5 100644
--- a/zencore/xmake.lua
+++ b/zencore/xmake.lua
@@ -1,5 +1,6 @@
target('zencore')
set_kind("static")
+ add_headerfiles("**.h")
add_files("**.cpp")
add_includedirs("include", {public=true})
add_includedirs("$(projectdir)/thirdparty/utfcpp/source")