summaryrefslogtreecommitdiffstats
path: root/premake5.lua
diff options
context:
space:
mode:
authorjsmall-nvidia <jsmall@nvidia.com>2019-09-16 11:06:03 -0400
committerGitHub <noreply@github.com>2019-09-16 11:06:03 -0400
commit3758a50dae81973b00541f2a151e3ee9cd2d1645 (patch)
treec41bc4ab616fd38ab3f095b9c09eb6621a4311b1 /premake5.lua
parent40d8f3aeedf018c7c6766e98ec64733abd90671e (diff)
Remove remaining unused cpu-render-test files/references. (#1054)
Diffstat (limited to 'premake5.lua')
-rw-r--r--premake5.lua2
1 files changed, 0 insertions, 2 deletions
diff --git a/premake5.lua b/premake5.lua
index a1e729113..ef6737a7c 100644
--- a/premake5.lua
+++ b/premake5.lua
@@ -507,8 +507,6 @@ toolSharedLibrary "render-test"
includedirs { ".", "external", "source", "tools/gfx" }
links { "core", "slang", "gfx" }
- removefiles { "tools/render-test/cpu-render-test-main.cpp" }
-
if isTargetWindows then
addSourceDir "tools/render-test/windows"