This makes it easy to work on the project on both Linux🐧, Windows or even Mac🍏
8 lines
115 B
Lua
8 lines
115 B
Lua
require("premake", ">=5.0-beta2")
|
|
|
|
project "HelloVulkan"
|
|
files{
|
|
"**.cpp",
|
|
"**.h"
|
|
}
|
|
|