summaryrefslogtreecommitdiffstats
path: root/premake5.lua
diff options
context:
space:
mode:
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 f783173bc..93bbd0569 100644
--- a/premake5.lua
+++ b/premake5.lua
@@ -443,6 +443,9 @@ if isTargetWindows then
-- Let's go ahead and set up the projects for our other example now.
example "model-viewer"
+
+ example "gpu-printing"
+ kind "ConsoleApp"
end
example "cpu-hello-world"