summaryrefslogtreecommitdiffstats
path: root/premake5.lua
diff options
context:
space:
mode:
authorYong He <yonghe@outlook.com>2021-02-05 14:36:07 -0800
committerGitHub <noreply@github.com>2021-02-05 14:36:07 -0800
commitdf7548ef62c02b9ab1cc5addecaa6b6c150f2750 (patch)
tree17081a8d5de3fd3292043aae6761d0c8960e6783 /premake5.lua
parent5fbaccfc1d4ac7d17d528de894d1f276e41d9ce1 (diff)
Shader-Object example (#1694)
Diffstat (limited to 'premake5.lua')
-rw-r--r--premake5.lua3
1 files changed, 3 insertions, 0 deletions
diff --git a/premake5.lua b/premake5.lua
index 4068219fd..e3ae76fc2 100644
--- a/premake5.lua
+++ b/premake5.lua
@@ -578,6 +578,9 @@ if isTargetWindows then
example "shader-toy"
end
+example "shader-object"
+ kind "ConsoleApp"
+
example "cpu-hello-world"
kind "ConsoleApp"