Tests: disable unity buildd
This commit is contained in:
parent
0aff946665
commit
1aa56b4db8
|
|
@ -16,9 +16,9 @@ add_files("resources.cpp")
|
||||||
add_files("Engine/**.cpp")
|
add_files("Engine/**.cpp")
|
||||||
add_includedirs(".")
|
add_includedirs(".")
|
||||||
|
|
||||||
if xmake.version():ge("2.5.9") then
|
--[[if xmake.version():ge("2.5.9") then
|
||||||
add_rules("c++.unity_build")
|
add_rules("c++.unity_build")
|
||||||
end
|
end]]
|
||||||
|
|
||||||
target("NazaraClientUnitTests")
|
target("NazaraClientUnitTests")
|
||||||
add_deps("NazaraAudio")
|
add_deps("NazaraAudio")
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue