From a03d21a5f54cba913c3f52e2822a433de8f39fdd Mon Sep 17 00:00:00 2001 From: Yong He Date: Wed, 30 Jun 2021 14:59:18 -0700 Subject: [gfx] Add inline ray tracing support. (#1899) --- premake5.lua | 2 ++ 1 file changed, 2 insertions(+) (limited to 'premake5.lua') 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" -- cgit v1.2.3