From 3fe4f5398d524333e955ecb91be5646e86f3b2da Mon Sep 17 00:00:00 2001 From: Dietrich Geisler Date: Wed, 24 Jun 2020 17:22:58 -0400 Subject: Heterogeneous example (#1399) * Introduced heterogeneous example. Example includes C++ source and header files, and does not currently make use of the associated slang file when building. The intent of this commit is to introduce the example as a baseline for later updates as the heterogeneous model is expanded. * Changing namespace * Renamed and rewrote README * Updated example to account for compiler updates * Updated path Co-authored-by: Tim Foley --- premake5.lua | 3 +++ 1 file changed, 3 insertions(+) (limited to 'premake5.lua') diff --git a/premake5.lua b/premake5.lua index 2b3385b1c..b963d44df 100644 --- a/premake5.lua +++ b/premake5.lua @@ -489,6 +489,9 @@ 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. -- -- cgit v1.2.3