XMake: Fix missing global headers in install/projects

This commit is contained in:
Jérôme Leclercq 2021-08-23 18:46:46 +02:00
parent 2b9d8becea
commit 1cb3c86a3b
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@ local modules = {
}, },
Core = { Core = {
Custom = function () Custom = function ()
add_headerfiles("include/(Nazara/*.hpp)")
-- NazaraMath is header-only, make it part of the core project -- NazaraMath is header-only, make it part of the core project
add_headerfiles("include/(Nazara/Math/**.hpp)", "include/(Nazara/Math/**.inl)") add_headerfiles("include/(Nazara/Math/**.hpp)", "include/(Nazara/Math/**.inl)")