Install private header files to a private folder
until xmake supports https://github.com/xmake-io/xmake/issues/2577
This commit is contained in:
@@ -19,7 +19,7 @@ if has_config("tests") then
|
||||
|
||||
add_deps("NazaraAudio", "NazaraCore", "NazaraNetwork", "NazaraPhysics2D")
|
||||
add_packages("catch2", "entt")
|
||||
add_headerfiles("Engine/**.hpp")
|
||||
add_headerfiles("Engine/**.hpp", { prefixdir = "private" })
|
||||
add_files("resources.cpp")
|
||||
add_files("Engine/**.cpp")
|
||||
add_includedirs(".")
|
||||
|
||||
Reference in New Issue
Block a user