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

View File

@@ -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)")