XMake: Fix missing global headers in install/projects
This commit is contained in:
parent
2b9d8becea
commit
1cb3c86a3b
|
|
@ -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)")
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue