diff options
| author | Yong He <yonghe@outlook.com> | 2021-02-05 14:36:07 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-02-05 14:36:07 -0800 |
| commit | df7548ef62c02b9ab1cc5addecaa6b6c150f2750 (patch) | |
| tree | 17081a8d5de3fd3292043aae6761d0c8960e6783 /premake5.lua | |
| parent | 5fbaccfc1d4ac7d17d528de894d1f276e41d9ce1 (diff) | |
Shader-Object example (#1694)
Diffstat (limited to 'premake5.lua')
| -rw-r--r-- | premake5.lua | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/premake5.lua b/premake5.lua index 4068219fd..e3ae76fc2 100644 --- a/premake5.lua +++ b/premake5.lua @@ -578,6 +578,9 @@ if isTargetWindows then example "shader-toy" end +example "shader-object" + kind "ConsoleApp" + example "cpu-hello-world" kind "ConsoleApp" |
