1
0

Make it work with gcc/Clang on windows

This commit is contained in:
2025-03-30 20:07:31 +02:00
parent 487e487fb3
commit f91fc8bf56
15 changed files with 64 additions and 82 deletions

8
HelloVulkan/premake5.lua Normal file
View File

@@ -0,0 +1,8 @@
require("premake", ">=5.0-beta2")
project "HelloVulkan"
files{
"**.cpp",
"**.h"
}