Move ComputeTest,GraphicsTest,RenderTest and Std140Debug to the tests folder
Also renamed NazaraUnitTests to UnitTests
This commit is contained in:
8
tests/Std140Debug/xmake.lua
Normal file
8
tests/Std140Debug/xmake.lua
Normal file
@@ -0,0 +1,8 @@
|
||||
target("Std140Debug")
|
||||
add_files("main.cpp")
|
||||
|
||||
if has_config("embed_rendererbackends") then
|
||||
add_deps("NazaraRenderer")
|
||||
else
|
||||
add_deps("NazaraOpenGLRenderer")
|
||||
end
|
||||
Reference in New Issue
Block a user