summaryrefslogtreecommitdiffstats
path: root/premake5.lua
diff options
context:
space:
mode:
Diffstat (limited to 'premake5.lua')
-rw-r--r--premake5.lua6
1 files changed, 3 insertions, 3 deletions
diff --git a/premake5.lua b/premake5.lua
index 0b4f4bd42..869ce0532 100644
--- a/premake5.lua
+++ b/premake5.lua
@@ -520,6 +520,9 @@ if isTargetWindows then
-- Let's go ahead and set up the projects for our other example now.
example "model-viewer"
+ example "heterogeneous-hello-world"
+ kind "ConsoleApp"
+
example "gpu-printing"
kind "ConsoleApp"
end
@@ -527,9 +530,6 @@ end
example "cpu-hello-world"
kind "ConsoleApp"
-example "heterogeneous-hello-world"
- kind "ConsoleApp"
-
-- Most of the other projects have more interesting configuration going
-- on, so let's walk through them in order of increasing complexity.
--