summaryrefslogtreecommitdiff
path: root/premake5.lua
diff options
context:
space:
mode:
authorYong He <yonghe@outlook.com>2021-06-30 14:59:18 -0700
committerGitHub <noreply@github.com>2021-06-30 14:59:18 -0700
commita03d21a5f54cba913c3f52e2822a433de8f39fdd (patch)
tree84d24d4355cc4b3e941da9eab57147cd9d297ee4 /premake5.lua
parent5395ef82535c283109b1ea6b89b737c5a39bf147 (diff)
[gfx] Add inline ray tracing support. (#1899)
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"