From 1cb3c86a3b182f965c5854dcbf2d381e8a6cfd9e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Leclercq?= Date: Mon, 23 Aug 2021 18:46:46 +0200 Subject: [PATCH] XMake: Fix missing global headers in install/projects --- xmake.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/xmake.lua b/xmake.lua index 27d195313..9833c9657 100644 --- a/xmake.lua +++ b/xmake.lua @@ -8,6 +8,7 @@ local modules = { }, Core = { Custom = function () + add_headerfiles("include/(Nazara/*.hpp)") -- NazaraMath is header-only, make it part of the core project add_headerfiles("include/(Nazara/Math/**.hpp)", "include/(Nazara/Math/**.inl)")