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 ef6737a7c..1f167b17a 100644
--- a/premake5.lua
+++ b/premake5.lua
@@ -421,6 +421,9 @@ if isTargetWindows then
example "model-viewer"
end
+example "cpu-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.
--