summaryrefslogtreecommitdiffstats
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 1717cdcf2..77c69b345 100644
--- a/premake5.lua
+++ b/premake5.lua
@@ -652,6 +652,8 @@ example "hello-world"
-- Let's go ahead and set up the projects for our other example now.
example "triangle"
+example "ray-tracing"
+
example "gpu-printing"
kind "ConsoleApp"