XMake: Fix missing global headers in install/projects
This commit is contained in:
@@ -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)")
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user