From dc76577e2f1d851d6eb4963fa24d310d847b6786 Mon Sep 17 00:00:00 2001 From: jsmall-nvidia Date: Mon, 23 Sep 2019 17:42:14 -0400 Subject: CPU Hello World (#1065) * First pass on cpu-hello-world application. * Improvements to cpu-hello-world * Improved documentation around cpu-hello-world. Added information about C++/CPU targets to README.md Referenced cpu-target. --- premake5.lua | 3 +++ 1 file changed, 3 insertions(+) (limited to 'premake5.lua') 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. -- -- cgit v1.2.3