summaryrefslogtreecommitdiff
path: root/premake5.lua
diff options
context:
space:
mode:
Diffstat (limited to 'premake5.lua')
-rw-r--r--premake5.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/premake5.lua b/premake5.lua
index 2cdaf45ef..79e6055c3 100644
--- a/premake5.lua
+++ b/premake5.lua
@@ -567,6 +567,8 @@ if isTargetWindows then
example "gpu-printing"
kind "ConsoleApp"
+
+ example "shader-toy"
end
example "cpu-hello-world"