From 2886bc35e7b023370a8b8d56d78e5335eee2eb98 Mon Sep 17 00:00:00 2001 From: Yong He Date: Fri, 16 Apr 2021 10:35:42 -0700 Subject: Add Hello world example. (#1797) --- premake5.lua | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'premake5.lua') diff --git a/premake5.lua b/premake5.lua index ef53ed47a..c191f5ec6 100644 --- a/premake5.lua +++ b/premake5.lua @@ -634,6 +634,8 @@ end -- declaration of the "Hello, World" example project: -- example "hello-world" + kind "ConsoleApp" + includedirs {"external/vulkan/include"} -- -- Note how we are calling our custom `example()` subroutine with -- the same syntax sugar that Premake usually advocates for their @@ -642,6 +644,8 @@ example "hello-world" -- -- Let's go ahead and set up the projects for our other example now. +example "triangle" + example "gpu-printing" kind "ConsoleApp" -- cgit v1.2.3