Added premake
This makes it easy to work on the project on both Linux🐧, Windows or even Mac🍏
This commit is contained in:
7
Hello_triangle/premake5.lua
Normal file
7
Hello_triangle/premake5.lua
Normal file
@@ -0,0 +1,7 @@
|
||||
require("premake", ">=5.0-beta2")
|
||||
|
||||
project "HelloTriangle"
|
||||
files{
|
||||
"**.cpp",
|
||||
"**.h"
|
||||
}
|
||||
Reference in New Issue
Block a user